Change {vertico,corfu}-quick bindings

This commit is contained in:
David Morgan 2022-10-22 15:58:00 +01:00
parent 3e0e6d5518
commit de0737de73
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 4 additions and 4 deletions

View File

@ -146,8 +146,8 @@ no words in between, beginning with the first word."
(use-extension corfu corfu-quick
:bind (:map corfu-map
("C-;" . corfu-quick-insert)
("C-'" . corfu-quick-exit)))
("M-;" . corfu-quick-insert)
("M-'" . corfu-quick-exit)))
(use-extension corfu corfu-history
:config

View File

@ -155,8 +155,8 @@ DEFS is a plist associating completion categories to commands."
(use-extension vertico vertico-quick
:bind (:map vertico-map
("C-;" . vertico-quick-insert)
("C-'" . vertico-quick-exit)))
("M-;" . vertico-quick-insert)
("M-'" . vertico-quick-exit)))
(use-package consult
:bind (;; C-c bindings (mode-specific-map)