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-quick1 | Single level quick keys. |
vertico-quick2 | Two level quick keys. |
Defined functions (5)
vertico-quick--keys | (TWO INDEX START) |
vertico-quick--read | (&optional FIRST) |
vertico-quick-exit | () |
vertico-quick-insert | () |
vertico-quick-jump | () |
Defined faces (2)
vertico-quick1 | Face used for the first quick key. |
vertico-quick2 | Face used for the second quick key. |