Function: ido-switch-buffer-other-window
ido-switch-buffer-other-window is an autoloaded, interactive and
byte-compiled function defined in ido.el.gz.
Signature
(ido-switch-buffer-other-window)
Documentation
Switch to another buffer and show it in another window.
The buffer name is selected interactively by typing a substring.
For details of keybindings, see ido-switch-buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
;;;###autoload
(defun ido-switch-buffer-other-window ()
"Switch to another buffer and show it in another window.
The buffer name is selected interactively by typing a substring.
For details of keybindings, see `ido-switch-buffer'."
(interactive)
(ido-buffer-internal 'other-window 'switch-to-buffer-other-window))