Variable: avy-escape-chars
avy-escape-chars is a customizable variable defined in avy.el.
Value
(27 7)
Documentation
List of characters that quit avy during read-char.
Source Code
;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-escape-chars '(?\e ?\C-g)
"List of characters that quit avy during `read-char'."
:type 'list)