From 2962f8b669659175a6886aceca5440473852da92 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sat, 12 Feb 2022 16:07:30 +0530 Subject: [PATCH] Add Boon keybindings for grep --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.org b/init.org index e27aeaa..7ad362f 100644 --- a/init.org +++ b/init.org @@ -1193,6 +1193,14 @@ Don't try to check if there are files with a certain extension...it will lead to (server-start) #+END_SRC +** grep +#+BEGIN_SRC emacs-lisp +(use-package grep + :bind (:map grep-mode-map + ("c" . #'previous-error-no-select) + ("r" . #'next-error-no-select))) +#+END_SRC + * Editing :PROPERTIES: :CREATED: 2022-01-13T20:48:58+0530