File: vertico-indexed.el.html
This package is a Vertico extension, which prefixes candidates with indices
if enabled via vertico-indexed-mode(var)/vertico-indexed-mode(fun). It allows you to select candidates
with prefix arguments. This is designed to be a faster alternative to
selecting a candidate with vertico-next and vertico-previous.
Defined variables (3)
vertico-indexed-mode | Non-nil if Vertico-Indexed mode is enabled. |
vertico-indexed-mode-hook | Hook run after entering or leaving ‘vertico-indexed-mode’. |
vertico-indexed-start | Start of the indexing. |
Defined functions (1)
vertico-indexed-mode | (&optional ARG) |
Defined faces (1)
vertico-indexed | Face used for the candidate index prefix. |