Variable: evil-motion-state-cursor
evil-motion-state-cursor is a variable defined in evil-states.el.
Value
nil
Documentation
Cursor for Motion state.
May be a cursor type as per cursor-type, a color string as passed
to set-cursor-color, a zero-argument function for changing the
cursor, or a list of the above.
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)