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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -