From 0385a31bf2aea22a993e1fc062915e2ee3c07cc8 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 13 Jul 2024 17:53:32 +0200 Subject: [PATCH] * lisp/bindings.el (search-map): Bind 'search', 'search-lines' --- lisp/bindings.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2