find-file-other-window

find-file-other-window is an interactive compiled Lisp function in `files.el'.

It is bound to C-x 4 C-f, C-x 4 f.

(find-file-other-window FILENAME &optional WILDCARDS)

Edit file FILENAME, in another window.

Like C-x C-f (which see), but creates a new window or reuses
an existing one. See the function `display-buffer'.

Interactively, the default if you just type RET is the current directory,
but the visited file name is available through the minibuffer history:
type M-n to pull it into the minibuffer.

Interactively, or if WILDCARDS is non-nil in a call from Lisp,
expand wildcards (if any) and visit multiple files.