In vim terminology Window = Split
" creates a new horizontal split
:new
" creates a new vertical split
:vnew
" open a file in a new horizontal split
:split filename.ext
" open a file in a new vertical split
:vsplit filename.ext
ctrl-w [hjkl]
ctrl-w [HJKL]
ctrl-w [+-]
ctrl-w [<>]
ctrl-w =
ctrl-w T
" creates an empty tab
:tabnew
" opens a file a new tab
:tabedit filename.ext
gt
/gT
ctrl-v
goes to visual block mode
~/.vimrc
" show you all current options in an
" interactive and explanatory way
:browse set
text objects are awesome!
Some plugins that leverage the vim language: