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

In Normal Mode, command+a select all and can not type x to delete #1000

Closed
hilaily opened this issue Oct 27, 2016 · 2 comments
Closed

In Normal Mode, command+a select all and can not type x to delete #1000

hilaily opened this issue Oct 27, 2016 · 2 comments

Comments

@hilaily
Copy link

hilaily commented Oct 27, 2016


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
@johnfn
Copy link
Member

johnfn commented Oct 27, 2016

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.

@hilaily
Copy link
Author

hilaily commented Oct 28, 2016

@johnfn Thank you !

@johnfn johnfn closed this as completed in 9753407 Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants