I'm wondering, if I have already open two files in vim with a vertical split, but I want to open another two files in an extra tab and split those two files in vertical window, how can I do it?
I know I can do:
:tabnew file1
:vsp file2
Is there a way to do it one-line?
Thanks