Variable: evil-esc-delay
evil-esc-delay is a customizable variable defined in evil-vars.el.
Value
0.01
Documentation
The time, in seconds, to wait for another key after escape.
If no further event arrives during this time, the event is
translated to ESC. Otherwise, it is translated according to
input-decode-map. This does not apply in Emacs state, and may
also be inhibited by setting evil-inhibit-esc.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-esc-delay 0.01
"The time, in seconds, to wait for another key after escape.
If no further event arrives during this time, the event is
translated to `ESC'. Otherwise, it is translated according to
`input-decode-map'. This does not apply in Emacs state, and may
also be inhibited by setting `evil-inhibit-esc'."
:type 'number
:group 'evil)