mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user