Variable: evil-operator-state-minor-mode
evil-operator-state-minor-mode is a buffer-local variable defined in
evil-states.el.
Documentation
Non-nil if Operator-Pending state is enabled.
Use the command evil-operator-state to change this variable.
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))