Function: vip-buffer-in-two-windows
vip-buffer-in-two-windows is an interactive and byte-compiled function
defined in vip.el.gz.
Signature
(vip-buffer-in-two-windows)
Documentation
Show current buffer in two windows.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
;; splitting window
(defun vip-buffer-in-two-windows ()
"Show current buffer in two windows."
(interactive)
(delete-other-windows)
(split-window-below))