Add Boon keybindings for grep

This commit is contained in:
contrapunctus 2022-02-12 16:07:30 +05:30
parent e49fe07fc6
commit 2962f8b669
1 changed files with 8 additions and 0 deletions

View File

@ -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