Function: evil-motion-state
evil-motion-state is an interactive and byte-compiled function defined
in evil-states.el.
Signature
(evil-motion-state &optional ARG)
Documentation
Enable Motion state. Disable with negative ARG.
If ARG is nil, don't display a message in the echo area.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-states.el
;;; Motion state
(evil-define-state motion
"Motion state."
:tag " <M> "
:suppress-keymap t)