Bind counsel-rg/grep
This commit is contained in:
parent
a5cb2b9c45
commit
fd7aa49c77
@ -2920,6 +2920,9 @@ An alternative minibuffer completion framework:
|
||||
(leader-def-key "ff" #'counsel-find-file)
|
||||
(leader-def-key "oc" #'counsel-org-capture)
|
||||
(leader-def-key "bb" #'counsel-ibuffer)
|
||||
(if (executable-find "rg")
|
||||
(leader-def-key "ig" #'counsel-rg)
|
||||
(leader-def-key "ig" #'counsel-grep))
|
||||
:general
|
||||
("M-x" #'counsel-M-x)
|
||||
("C-x C-f" #'counsel-find-file)
|
||||
|
Loading…
Reference in New Issue
Block a user