Add minibuffer-force-complete-and-exit binding to vertico-map

This commit is contained in:
David Morgan 2022-06-10 13:33:12 +01:00
parent e99cccf552
commit c4e306e6b3
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ DEFS is a plist associating completion categories to commands."
("C-M->" . down-from-outside)
("C-M-+" . preview-from-outside)
("M-X" . to-and-fro-minibuffer)
("C-M-S-g" . minibuffer-really-quit)))
("C-M-S-g" . minibuffer-really-quit)
(:map vertico-map ("M-RET" . minibuffer-force-complete-and-exit))))
(use-package vertico-directory
:ensure nil