Variable: evil-execute-normal-keys
evil-execute-normal-keys is a variable defined in evil-commands.el.
Value
nil
Documentation
The keys used to invoke the current evil-execute-in-normal-state.
Can be used to detect if we are currently in that quasi-state.
With current bindings, it will be C-o (evil-execute-in-normal-state)
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(defvar evil-execute-normal-keys nil
"The keys used to invoke the current `evil-execute-in-normal-state'.
Can be used to detect if we are currently in that quasi-state.
With current bindings, it will be \\<evil-insert-state-map>\\[evil-execute-in-normal-state]")