Function: evil-window-split-view

evil-window-split-view is an interactive and byte-compiled function defined in evil-commands.el.

Signature

(evil-window-split-view &optional COUNT FILE)

Documentation

As with evil-window-split but the file is opened read-only.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-window-split-view (&optional count file)
  "As with `evil-window-split' but the file is opened read-only."
  :repeat nil
  (interactive "<c><f>")
  (evil-window-split count file t))