(Emacs)~propagate change in keybinding for isearch in isearch-mode-map
M-s is the new binding for starting isearch, so surely that should also be used when isearching?
This commit is contained in:
@@ -876,6 +876,14 @@ Collection of snippets, activate after yasnippet has been loaded.
|
|||||||
:after yasnippet)
|
:after yasnippet)
|
||||||
#+end_src
|
#+end_src
|
||||||
* Small packages
|
* Small packages
|
||||||
|
** ISearch
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package isearch
|
||||||
|
:straight nil
|
||||||
|
:general
|
||||||
|
(:keymaps 'isearch-mode-map
|
||||||
|
d "M-s" #'isearch-repeat-forward))
|
||||||
|
#+end_src
|
||||||
** Display line numbers
|
** Display line numbers
|
||||||
I don't like using this mode by default, but I'd like to configure it
|
I don't like using this mode by default, but I'd like to configure it
|
||||||
if possible. Line numbers are a necessary evil a lot of times, and
|
if possible. Line numbers are a necessary evil a lot of times, and
|
||||||
|
|||||||
Reference in New Issue
Block a user