Add bindings for occur

This commit is contained in:
contrapunctus 2022-02-17 19:36:28 +05:30
parent 4c68fd40fc
commit 940d829bc6
1 changed files with 8 additions and 0 deletions

View File

@ -1226,6 +1226,14 @@ nicked from https://github.com/tarsius/moody
("r" . #'next-error-no-select)))
#+END_SRC
** occur
#+BEGIN_SRC emacs-lisp
(use-package replace
:bind (:map occur-mode-map
("c" . #'occur-prev)
("r" . #'occur-next)))
#+END_SRC
* Editing
:PROPERTIES:
:CREATED: 2022-01-13T20:48:58+0530