vertico--allow-prompt | Prompt selection is allowed. |
vertico--base | Base string, which is concatenated with the candidate. |
vertico--candidates | List of candidates. |
vertico--candidates-ov | Overlay showing the candidates. |
vertico--count-ov | Overlay showing the number of candidates. |
vertico--groups | List of current group titles. |
vertico--hilit | Lazy candidate highlighting function. |
vertico--index | Index of current candidate or negative for prompt selection. |
vertico--input | Cons of last minibuffer contents and point or t. |
vertico--locals | Vertico minibuffer local variables. |
vertico--lock-candidate | Lock-in current candidate. |
vertico--lock-groups | Lock-in current group order. |
vertico--metadata | Completion metadata. |
vertico--scroll | Scroll position. |
vertico--total | Length of the candidate list ‘vertico--candidates’. |
vertico-count | Maximal number of candidates to show. |
vertico-count-format | Format string used for the candidate count. |
vertico-cycle | Enable cycling for ‘vertico-next’ and ‘vertico-previous’. |
vertico-group-format | Format string used for the group title. |
vertico-map | Vertico minibuffer keymap derived from ‘minibuffer-local-map’. |
vertico-mode | Non-nil if Vertico mode is enabled. |
vertico-mode-hook | Hook run after entering or leaving ‘vertico-mode’. |
vertico-multiline | Replacements for multiline strings. |
vertico-preselect | Configure if the prompt or first candidate is preselected. |
vertico-resize | How to resize the Vertico minibuffer window, see ‘resize-mini-windows’. |
vertico-scroll-margin | Number of lines at the top and bottom when scrolling. |
vertico-sort-function | Default sorting function, used if no ‘display-sort-function’ is specified. |
vertico-sort-override-function | Override sort function which overrides the ‘display-sort-function’. |