You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: