Last Updated: February 25, 2016
·
1.359K
· a-b

Vim open multiple files

With vim you can open multiple files in tabs or splitted

vim -p  file1 file2 ... file_n
vim -o  file1 file2 ... file_n
vim -O  file1 file2 ... file_n

1 Response
Add your response

Very helpful! Thanks.

Here is also the link for some tab and windows manipulation
http://stackoverflow.com/questions/53664/how-to-effectively-work-with-multiple-files-in-vim

over 1 year ago ·