Variable: avy-del-last-char-by

avy-del-last-char-by is a customizable variable defined in avy.el.

Value

(8 127)

Documentation

List of event types, i.e. key presses, that delete the last character read. The default represents C-h and DEL. See event-convert-list.

Source Code

;; Defined in ~/.emacs.d/elpa/avy-20241101.1357/avy.el
(defcustom avy-del-last-char-by '(?\b ?\d)
  "List of event types, i.e. key presses, that delete the last
character read.  The default represents `C-h' and `DEL'.  See
`event-convert-list'."
  :type 'list)