onecool.se
Free Android apps and tutorials
Home
Android Apps
Hangman
Scratchpad
Birthdays
Flashlight
Norgehistorier
Animal Sound
Tutorials
Vim Part 1
Vim Part 2
Vim Part 3
Privacy Policy
About
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