Variable: evil-command-window-height

evil-command-window-height is a customizable variable defined in evil-vars.el.

Value

7

Documentation

Height (in lines) of the command line window.

Set to 0 to use the default height for split-window.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-command-window-height 7
  "Height (in lines) of the command line window.
Set to 0 to use the default height for `split-window'."
  :type 'integer
  :group 'evil)