emacs: add vertico bindings for next/previous group

This commit is contained in:
Protesilaos Stavrou 2026-02-01 12:38:09 +02:00
parent 9a73b1a3cb
commit b35b471243
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 0 deletions

View file

@ -45,6 +45,8 @@
(prot-emacs-keybind vertico-map
"<left>" #'backward-char
"<right>" #'forward-char
"C-M-n" #'vertico-next-group
"C-M-p" #'vertico-previous-group
"TAB" #'prot-vertico-private-complete
"DEL" #'vertico-directory-delete-char
"M-DEL" #'vertico-directory-delete-word

View file

@ -5213,6 +5213,8 @@ The extras I provide for ~vertico~ are in [[#h:3796a4c9-8659-4782-8aaa-3cf4e9509
(prot-emacs-keybind vertico-map
"<left>" #'backward-char
"<right>" #'forward-char
"C-M-n" #'vertico-next-group
"C-M-p" #'vertico-previous-group
"TAB" #'prot-vertico-private-complete
"DEL" #'vertico-directory-delete-char
"M-DEL" #'vertico-directory-delete-word