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