Variable: avy-keys-alist
avy-keys-alist is a customizable variable defined in avy.el.
Value
nil
Documentation
Alist of avy-jump commands to avy-keys overriding the default avy-keys.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-keys-alist nil
"Alist of `avy-jump' commands to `avy-keys' overriding the default `avy-keys'."
:type `(alist
:key-type ,avy--key-type
:value-type (repeat :tag "Keys" character)))