consult-ripgrep keybinds

This commit is contained in:
Janis 2025-08-22 00:33:27 +02:00
parent bfd64368c4
commit df9af24dfd

View file

@ -525,6 +525,10 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe
"ff" #'find-file
"fi" #'nemo/edit-init-org
"fs" #'save-buffer
"fr" #'consult-ripgrep
"fR" (lambda () (interactive)
(let ((dir (read-directory-name "Ripgrep directory: ")))
(consult-ripgrep dir)))
)
)
#+end_src