Function: evil-command-window-mode
evil-command-window-mode is an interactive and byte-compiled function
defined in evil-command-window.el.
Signature
(evil-command-window-mode)
Documentation
Major mode for the Evil command-line window.
This mode runs the hook evil-command-window-mode-hook, as the final
or penultimate step during initialization.
<insert-state> RET evil-command-window-execute
<normal-state> RET evil-command-window-execute
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-command-window.el
(define-derived-mode evil-command-window-mode fundamental-mode "Evil-cmd"
"Major mode for the Evil command-line window."
(add-hook 'after-change-functions #'evil--command-window-draw-prefix nil t)
(auto-fill-mode 0))