Variable: vertico-indexed-mode

vertico-indexed-mode is a customizable variable defined in vertico-indexed.el.

Value

nil

Documentation

Non-nil if Vertico-Indexed mode is enabled.

See the vertico-indexed-mode(var)/vertico-indexed-mode(fun) command for a description of this minor mode.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/vertico-20260811.1003/vertico-indexed.el
;;;###autoload
(define-minor-mode vertico-indexed-mode
  "Prefix candidates with indices."
  :global t :group 'vertico)