Add C-x C-p binding for project-find-file
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
;; Reemplazo para counsel
|
||||
(use-package consult
|
||||
:bind (("C-x p" . project-find-file)
|
||||
("C-x C-p" . project-find-file)
|
||||
("C-S-s" . consult-line)
|
||||
("C-c r g" . consult-ripgrep)
|
||||
("C-S-r" . consult-ripgrep)
|
||||
|
Reference in New Issue
Block a user