Variable: evil-operator-state-message
evil-operator-state-message is a variable defined in evil-states.el.
Value
nil
Documentation
Echo area message for Operator-Pending state.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-states.el
;;; Operator-Pending state
(evil-define-state operator
"Operator-Pending state."
:tag " <O> "
:cursor evil-half-cursor
:enable (evil-operator-shortcut-map operator motion normal))