Variable: evil-ex-shortcut-map

evil-ex-shortcut-map is a variable defined in evil-vars.el.

Value


Documentation

Keymap for Ex.

Key sequences bound in this map are immediately executed.

Aliases

evil-ex-map (obsolete since 1.15.0)

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-ex-shortcut-map (make-sparse-keymap)
  "Keymap for Ex.
Key sequences bound in this map are immediately executed.")