feat: add ripgrep search keybinding
This commit is contained in:
parent
21cd16f6f4
commit
f2790b7255
@ -166,3 +166,6 @@
|
|||||||
(delete-frame frame))))))))
|
(delete-frame frame))))))))
|
||||||
|
|
||||||
(map! :leader :n "g g" #'+lazygit-in-project)
|
(map! :leader :n "g g" #'+lazygit-in-project)
|
||||||
|
(map! :leader
|
||||||
|
:desc "Search by grep" ; This description shows in which-key popups
|
||||||
|
"r g" #'consult-ripgrep)
|
||||||
|
Loading…
Reference in New Issue
Block a user