Skip to content

Commit

Permalink
i hope it's okay to add dedicated keybinds for `isearch-toggle-highli…
Browse files Browse the repository at this point in the history
…ghting`. the keybinds feel very natural, and having the command available to the user as a default keybind seems user-friendly to me.
  • Loading branch information
SequentialDesign committed Nov 27, 2024
1 parent ae054f1 commit 8ece670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ext/isearch.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
(define-key *global-keymap* "M-s p" 'isearch-prev-highlight)
(define-key *global-keymap* "F3" 'isearch-next-highlight)
(define-key *global-keymap* "Shift-F3" 'isearch-prev-highlight)
(define-key *global-keymap* "M-s t" 'isearch-toggle-highlighting)
(define-key *global-keymap* "M-s M-t" 'isearch-toggle-highlighting)
(define-key *isearch-keymap* "C-M-n" 'isearch-add-cursor-to-next-match)

(defun disable-hook ()
Expand Down

0 comments on commit 8ece670

Please sign in to comment.