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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -