vim file1 file2 -O
-O
above is like
:vsplit-o
above is like
:split-p
two tabs opened
use gt to switch tabs
4.-n or nothing
two buffers opened by default
use :bn :bp to navigate to different buffers
vim file1 file2 -O
-O
above is like
:vsplit
-o
above is like
:split
-p
two tabs opened
use gt to switch tabs
4.-n or nothing
two buffers opened by default
use :bn :bp to navigate to different buffers