I'm using Ubuntu system. I have files: A.txt, B.txt, C.txt
I can split window in the following way:
vim A.txt
:vs B.txt // after entering into vim
:vs C.txt
Is there any way to achieve the same effect using command line? like vim -option A.txt B.txt C.txt ?
vim A.txt B.txt doesn't work, it doesn't show the files simultaneously
vimdiff *.txt works, but I really don't need the difference shown
Thanks!
-poption to open each file in different tab pages. – akshay Apr 15 '15 at 01:54-poption? I triedctrl+PageDown,ctrl+tabandctrl+w. No one works. – user3813057 Apr 15 '15 at 22:20:help gtand:help gT– akshay Apr 15 '15 at 22:45