Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :vs ex mode command as a synonym for :vsplit #817

Closed
sethfowler opened this issue Oct 2, 2016 · 0 comments
Closed

Add :vs ex mode command as a synonym for :vsplit #817

sethfowler opened this issue Oct 2, 2016 · 0 comments
Labels

Comments

@sethfowler
Copy link

Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.


Here are the docs for vim's :vsplit command:

:[N]vs[plit] [++opt] [+cmd] [file]          *:vs* *:vsplit*
        Like |:split|, but split vertically.  The windows will be
        spread out horizontally if

As you can see, :vs is listed in the documentation as the short form of :vsplit, but vscodevim currently doesn't support :vs - instead, you have to type :vsp or :vsplit. It'd be really nice to have :vs too, as it's hardwired into my muscle memory at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants