]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bindings.el (search-map): Bind 'search', 'search-lines'
authorEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 15:53:32 +0000 (17:53 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 15:53:32 +0000 (17:53 +0200)
lisp/bindings.el

index 1baa5594be4f1d921b1825594b620324a67c1681..c2ba75adae062114e823cb2fe81f7402f968845d 100644 (file)
@@ -1197,6 +1197,8 @@ if `inhibit-field-text-motion' is non-nil."
 (defvar-keymap search-map
   :doc "Keymap for search related commands."
   "o"   #'occur
+  "M-s" #'search
+  "M-o" #'search-lines
   "M-w" #'eww-search-words
   "h r" #'highlight-regexp
   "h p" #'highlight-phrase