Function: evil-operator-shortcut-mode

evil-operator-shortcut-mode is an interactive and byte-compiled function defined in evil-states.el.

Signature

(evil-operator-shortcut-mode &optional ARG)

Documentation

Keymap for Operator-Pending shortcuts like "dd" and "gqq".

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-states.el
(evil-define-keymap evil-operator-shortcut-map
  "Keymap for Operator-Pending shortcuts like \"dd\" and \"gqq\"."
  :local t
  (setq evil-operator-shortcut-map (make-sparse-keymap))
  (evil-initialize-local-keymaps))