Vim: Open Files

:e filename Opens the file in the vim editor.
:new filename Opens the file in horizontal split mode.
:vert new filename Opens the file in vertical split mode.
:tabnew filename Opens the file in a new tab.