Variable: evil-want-empty-ex-last-command

evil-want-empty-ex-last-command is a customizable variable defined in evil-vars.el.

Value

t

Documentation

Whether to default to evil-ex-previous-command at empty ex prompt.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-want-empty-ex-last-command t
  "Whether to default to evil-ex-previous-command at empty ex prompt."
  :type 'boolean
  :group 'evil)