I would like to open several tabs at once
vim -p <file1> <file2>
but I would also like some of them to be split when opening them.
:sp
Is this possible or should I just do it manually?
Thanks for the help.
- Kris
In the end I ended up with this:
vim -p todo.txt man.txt kon.txt -c tabl -c sp -c tabr
As far as I understand there is no shorter way to accomplish the same
task.? Right?