Variable: evil-vsplit-window-right

evil-vsplit-window-right is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

If non-nil vertically split windows with are created to the right.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-vsplit-window-right nil
  "If non-nil vertically split windows with are created to the right."
  :type 'boolean
  :group 'evil)