vi - How can I open another vertical window (:vsp) on the left in vim? -
The : vsp
of the Vim opens a window to the right What to open it on the left side of the screen Any way
You have to : wrightby vs
. Or : bel vsp
.
rightb
and bel [owright]
stands right below you can keep any division command after this and it will be divided in that direction if we Is in split command.
: lefta vsp
and : abo vsp
, if you want to make sure that you are split in the other direction and work the same way from above Are there.
Comments
Post a Comment