Function: vertico-exit-input
vertico-exit-input is an interactive and byte-compiled function
defined in vertico.el.
Signature
(vertico-exit-input)
Documentation
Exit minibuffer with input.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defun vertico-exit-input ()
"Exit minibuffer with input."
(interactive)
(vertico-exit t))