Tabs in vim

You can open several files in tabs from the command line with vim, just type: vim -p file1 file2 file3 And each file specified on the command line will be opened in a new tab. To open a file in a new tab inside vim use :tabe file To close a tab do :tabc YouContinue reading “Tabs in vim”