~ruther/emacs.d

a587cba9c245769cd19f6eedb4b443f93e51496d — Rutherther 10 months ago 89d2730
fix: vertico M-RET use typed, instead of substituting
1 files changed, 3 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +3 -1
@@ 190,8 190,10 @@
	  ("S-<prior>" . vertico-repeat-previous)
	  ("S-<next>" . vertico-repeat-next)

    ;; Exit without substituting selected
    ("M-RET" . vertico-exit-input)

	  ("?" . minibuffer-completion-help)
	  ("M-RET" . minibuffer-force-complete-and-exit)
	  ("M-TAB" . minibuffer-complete))
  :general
  (my-leader "'" '(vertico-repeat :wk "Last search"))

Do not follow this link