2
2
I've got four files a b c d
and would like to open them all in vim such that I have two tabs each vertically splitted into two windows; files a
and b
in the first tab and c
and d
in the second tab. Can I do this from command line?
I know there are -p
and -O
parameters, but they don't seem to cooperate. One only overwrites another from what I observed...
That's what I was looking for. Thank you very much. :) – Sventimir – 2014-05-26T07:30:29.540