Vim tutorial part 3

Working with several files in tabs

Open vim

vi <first file>

Open another file in a new tab

:tabe <second file>

Move to previous tab

:tabp

Move to next tab

:tabn