1 Answer
You can use the below command to open a multiple files at a same time
vim -p file1 file2
After opening the files you can use below command inside the vim editor to switch over tabs
:tabe file2
Your Answer
x