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