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

Select all (ctrl+a) causing an error in insert mode #4845

Closed
nerdenough opened this issue May 13, 2020 · 1 comment
Closed

Select all (ctrl+a) causing an error in insert mode #4845

nerdenough opened this issue May 13, 2020 · 1 comment

Comments

@nerdenough
Copy link

Describe the bug
Pressing ctrl+a while in insert mode causes the error TaskQueue: Error running task. Failed to handle key=<C-a>. Cannot read property 'slice' of undefined. to occur, and does not select all text in the editor.

To Reproduce

  1. Switch to insert mode
  2. Press ctrl+a
  3. Error occurs

Expected behavior
Ctrl+a should select all text in the editor.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.14.2
  • VSCode version: 1.45.0
  • OS: Ubuntu 20.04
@nerdenough
Copy link
Author

nerdenough commented May 13, 2020

Nevermind. Switched from macOS to Ubuntu and didn't realise it took over the control keys. Works as intended 😄 .

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

No branches or pull requests

1 participant