mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
9 lines
330 B
Markdown
9 lines
330 B
Markdown
# 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.
|