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
|
@ -117,12 +117,10 @@ overrides `completion-styles' during company completion sessions.")
|
|||
+default/search-cwd +default/search-other-cwd
|
||||
+default/search-notes-for-symbol-at-point
|
||||
consult--source-file consult--source-project-file consult--source-bookmark
|
||||
:preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")))
|
||||
:preview-key (kbd "C-SPC"))
|
||||
(consult-customize
|
||||
consult-theme
|
||||
:preview-key
|
||||
(list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")
|
||||
:debounce 0.5 'any))
|
||||
:preview-key (list (kbd "C-SPC") :debounce 0.5 'any))
|
||||
(after! org
|
||||
(defvar +vertico--consult-org-source
|
||||
`(:name "Org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue