Function: ibuffer-do-view-horizontally
ibuffer-do-view-horizontally is an interactive and byte-compiled
function defined in ibuffer.el.gz.
Signature
(ibuffer-do-view-horizontally &optional OTHER-FRAME)
Documentation
As ibuffer-do-view, but split windows horizontally.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defun ibuffer-do-view-horizontally (&optional other-frame)
"As `ibuffer-do-view', but split windows horizontally."
(interactive)
(ibuffer-do-view-1 (if other-frame 'other-frame 'horizontally)))