Function: ibuffer-visit-buffer-1-window
ibuffer-visit-buffer-1-window is an interactive and byte-compiled
function defined in ibuffer.el.gz.
Signature
(ibuffer-visit-buffer-1-window)
Documentation
Visit the buffer on this line, and delete other windows.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defun ibuffer-visit-buffer-1-window ()
"Visit the buffer on this line, and delete other windows."
(interactive)
(ibuffer-visit-buffer t))