Variable: evil-operator-state-local-map
evil-operator-state-local-map is a buffer-local variable defined in
evil-states.el.
Documentation
Buffer-local keymap 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))