feat: add ripgrep search keybinding

This commit is contained in:
jabuxas 2025-02-10 08:05:47 -03:00
parent 21cd16f6f4
commit f2790b7255

View File

@ -166,3 +166,6 @@
(delete-frame frame))))))))
(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)