Links: Vim

Using Vim’s built in splits and tabs allows you to share registers and copy text from one file to another without much trouble.

Splits

commanddescription
Ctr-w vmake a vertical split
Ctr-w smake a horizontal split
Ctr-w hmove to the split to the left
Ctr-w jmove to the split below
Ctr-w kmove to the split above
Ctr-w lmove to the split to the right
Ctr-w cclose (remove) split

Tabs

commanddescription
Ctrl-w Tmove the current split to a new tab
gtmove to the next tab
gTmove to the previous tab