Variable: evil-read-key-map
evil-read-key-map is a variable defined in evil-vars.el.
Value
C-] keyboard-quit
C-g keyboard-quit
C-k evil-read-digraph-char
C-q evil-read-quoted-char
C-v evil-read-quoted-char
ESC keyboard-quit
RET Keyboard Macro
Documentation
Keymap active during evil-read-key.
This keymap can be used to bind some commands during the
execution of evil-read-key which is usually used to read a
character argument for some commands, e.g. evil-replace.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-read-key-map (make-sparse-keymap)
"Keymap active during `evil-read-key'.
This keymap can be used to bind some commands during the
execution of `evil-read-key' which is usually used to read a
character argument for some commands, e.g. `evil-replace'.")