Vim: open file in right split -
if i'm editing file in vim, , want create vertical split , open new file in right-hand side of split, there way single command? if do:
:vsp filename.txt
then opens file in left-hand side of split.
you can set following open new split panes right
:set splitright
Comments
Post a Comment