diff --git a/init.el b/init.el index 962398d..cb7e9c4 100644 --- a/init.el +++ b/init.el @@ -868,7 +868,9 @@ visual states." ("C-x c r" . consult-recent-file) ("C-x c b" . consult-bookmark) ("C-x c d" . consult-fd) + ("C-c p" . consult-fd) ("C-x c g" . consult-ripgrep) + ("C-c P" . consult-ripgrep) ("C-x c y" . consult-yank-from-kill-ring) ("M-g i" . consult-imenu) ("M-g I" . consult-imenu-multi) @@ -957,8 +959,7 @@ visual states." ;; cape (a bunch of capfs!) (use-package cape - :bind (("C-c p" . cape-dabbrev) - ([remap dabbrev-expand] . cape-dabbrev) + :bind (([remap dabbrev-expand] . cape-dabbrev) ("C-c P" . cape-line) ("C-c f" . cape-file)) :hook (text-mode . my/-cape-setup-text-mode)