From 72d6412a8f83ea42ecf2e393d2f70c4e76f9efa7 Mon Sep 17 00:00:00 2001 From: kj Date: Sun, 28 Sep 2025 22:27:44 -0300 Subject: [PATCH] Add C-x C-p binding for project-find-file --- configs/init-minibuffer.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/init-minibuffer.el b/configs/init-minibuffer.el index 21940b2..fb1d46d 100644 --- a/configs/init-minibuffer.el +++ b/configs/init-minibuffer.el @@ -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)