Function: vertico-first

vertico-first is an interactive and byte-compiled function defined in vertico.el.

Signature

(vertico-first)

Documentation

Go to first candidate, or to the prompt when the first candidate is selected.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico.el
(defun vertico-first ()
  "Go to first candidate, or to the prompt when the first candidate is selected."
  (interactive)
  (vertico--goto (if (> vertico--index 0) 0 -1)))