mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: add vertico bindings for next/previous group
This commit is contained in:
parent
9a73b1a3cb
commit
b35b471243
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue