mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -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:
@@ -134,20 +134,6 @@ Supports exporting consult-grep to wgrep, file to wdeired, and consult-location
|
||||
(let ((embark-quit-after-action nil))
|
||||
(embark-dwim)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +vertico/next-candidate-preview (&optional n)
|
||||
"Go forward N candidates and preivew"
|
||||
(interactive)
|
||||
(vertico-next (or n 1))
|
||||
(+vertico/embark-preview))
|
||||
|
||||
;;;###autoload
|
||||
(defun +vertico/previous-candidate-preview (&optional n)
|
||||
"Go backward N candidates and preivew"
|
||||
(interactive)
|
||||
(vertico-previous (or n 1))
|
||||
(+vertico/embark-preview))
|
||||
|
||||
(defvar +vertico/find-file-in--history nil)
|
||||
;;;###autoload
|
||||
(defun +vertico/find-file-in (&optional dir initial)
|
||||
|
Reference in New Issue
Block a user