Function: evil-force-normal-state
evil-force-normal-state is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-force-normal-state)
Documentation
Switch to normal state without recording current command.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-force-normal-state ()
"Switch to normal state without recording current command."
:repeat abort
:suppress-operator t
(evil-normal-state))