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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue