File: vertico-quick.el.html

This package is a Vertico extension, which prefixes candidates with quick keys. Typing these quick keys allows you to select the candidate in front of them. This is designed to be a faster alternative to selecting a candidate with vertico-next and vertico-previous.
(keymap-set vertico-map "M-q" #'vertico-quick-insert)
(keymap-set vertico-map "C-q" #'vertico-quick-exit)

Defined variables (2)

vertico-quick1Single level quick keys.
vertico-quick2Two level quick keys.

Defined functions (4)

vertico-quick--keys(TWO INDEX START)
vertico-quick-exit()
vertico-quick-insert()
vertico-quick-jump()

Defined faces (2)

vertico-quick1Face used for the first quick key.
vertico-quick2Face used for the second quick key.