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