consult-ripgrep keybinds
This commit is contained in:
parent
bfd64368c4
commit
df9af24dfd
4
init.org
4
init.org
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue