Function: evil-operator-state
evil-operator-state is an interactive and byte-compiled function
defined in evil-states.el.
Signature
(evil-operator-state &optional ARG)
Documentation
Enable Operator-Pending 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
;;; Operator-Pending state
(evil-define-state operator
"Operator-Pending state."
:tag " <O> "
:cursor evil-half-cursor
:enable (evil-operator-shortcut-map operator motion normal))