From: Eshel Yaron Date: Sat, 13 Jul 2024 15:53:32 +0000 (+0200) Subject: * lisp/bindings.el (search-map): Bind 'search', 'search-lines' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0385a31bf2aea22a993e1fc062915e2ee3c07cc8;p=emacs.git * lisp/bindings.el (search-map): Bind 'search', 'search-lines' --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 1baa5594be4..c2ba75adae0 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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