Variable: evil-replace-state-cursor
evil-replace-state-cursor is a variable defined in evil-states.el.
Value
hbar
Documentation
Cursor for Replace 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.
If set to nil, the value of evil-default-cursor is used; if you
want the nil cursor-type (i.e., you want to disable the cursor),
set this variable to (list nil).
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20260728.1438/evil-states.el