More changes!!!

This commit is contained in:
Alexander Rosenberg 2024-12-25 23:43:36 -08:00
parent 83d40e3713
commit 02122f979b
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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