0

Open multiple files in vim editor

Hi, How can i view or open multiple files at a same time on vim editor?

eldhapearline
asked Feb 22, 2018
1 Answer
0

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
View More
parthiban
answered Mar 4, 2018
Your Answer
||||
x
 
100:0