fix(minibuffer): Change C-' binding to consult-register

This commit is contained in:
2026-04-16 11:54:12 -03:00
parent ddad78fea1
commit fc35b7b0eb

View File

@@ -34,7 +34,8 @@
("C-c p f" . consult-find) ;; Búsqueda de archivos en todo el projecto incluso en carpetas ("C-c p f" . consult-find) ;; Búsqueda de archivos en todo el projecto incluso en carpetas
("C-c p l" . consult-line-multi) ;; Búsqueda en todos los buffers del projecto abiertos ("C-c p l" . consult-line-multi) ;; Búsqueda en todos los buffers del projecto abiertos
;; Custom M-# bindings for fast register access ;; Custom M-# bindings for fast register access
("C-'" . consult-register-load) ;; ("C-'" . consult-register-load)
("C-'" . consult-register)
("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated) ("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated)
;; Other custom bindings ;; Other custom bindings
("M-y" . consult-yank-pop) ;; orig. yank-pop ("M-y" . consult-yank-pop) ;; orig. yank-pop