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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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