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.
I am not sure if it is a bug or just I did something wrong.😐
What did you do?
In normal mode, type command+a select all content and then type x to delete.
What did you expect to happen?
delete all the content I selected
What happened instead?
just cancel the select status, and delete nothing.
Technical details:
VSCode Version: 1.6.1
VsCodeVim Version: 0.4.0
OS: OSX 10.11.6
The text was updated successfully, but these errors were encountered:
This must be because we're not registering the cmd-a action so we don't update VimState internally. Should be easy to add a stub Cmd-a action that sets selection to the entire document.
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.
I am not sure if it is a bug or just I did something wrong.😐
What did you do?
In normal mode, type
command+a
select all content and then typex
to delete.What did you expect to happen?
delete all the content I selected
What happened instead?
just cancel the select status, and delete nothing.
Technical details:
The text was updated successfully, but these errors were encountered: