> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/splitting-for-new-files.md).

# Splitting For New Files

Let's assume you already have a vim session open. You now want to open a new file. You can open a new horizontally split window with the `:new` command. Alternatively, if you'd like the new window to open with a vertical split, you can use the `:vnew` command.

See `:new` and `:vnew` for more details.
