refactor!(vertico): evil minibuffer keybindings
BREAKING CHANGE: remove +vertico/(next|previous)-candidate-preview. BREAKING CHANGE: Move vertico-(next|previous)-group to C-M-j/k now that C-S-j/k now default back to scrolling up and down pages. Update docs to reflect these changes.
This commit is contained in:
parent
6022579231
commit
a612220369
4 changed files with 9 additions and 27 deletions
|
@ -209,11 +209,9 @@
|
|||
"M-RET" #'vertico-exit-input
|
||||
"C-SPC" #'+vertico/embark-preview
|
||||
"C-j" #'vertico-next
|
||||
"C-M-j" #'+vertico/next-candidate-preview
|
||||
"C-S-j" #'vertico-next-group
|
||||
"C-M-j" #'vertico-next-group
|
||||
"C-k" #'vertico-previous
|
||||
"C-M-k" #'+vertico/previous-candidate-preview
|
||||
"C-S-k" #'vertico-previous-group)))
|
||||
"C-M-k" #'vertico-previous-group)))
|
||||
|
||||
|
||||
;;; :ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue