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.
What did you do?
Entered :vsp when viewing a file.
What did you expect to happen?
Another editor panel to open vertically to the right of the current editor panel with a view of the same document I had focused when executing :vsp.
What happened instead?
A blank editor panel appeared to the right of the current document.
Technical details:
VSCode Version: 1.7.1
VsCodeVim Version: 0.4.1
OS: Windows 10
The text was updated successfully, but these errors were encountered:
@rebornix: Vim opens a new view of the same buffer if you do a vertical split. It behaves exactly like VSCode does in this case. (at least in my case with vim8 and no vimrc).
@FSMaxB@chrahunt thanks for your detailed input and help! I didn't take this into consideration. If there is no file name for vsp, the behavior is like invoking Code's splitting window and it may be easy to fix.
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.
What did you do?
Entered
:vsp
when viewing a file.What did you expect to happen?
Another editor panel to open vertically to the right of the current editor panel with a view of the same document I had focused when executing
:vsp
.What happened instead?
A blank editor panel appeared to the right of the current document.
Technical details:
The text was updated successfully, but these errors were encountered: