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

Often can't use arrow keys for navigation in Insert mode #6913

Open
mrcat323 opened this issue Jul 26, 2021 · 4 comments
Open

Often can't use arrow keys for navigation in Insert mode #6913

mrcat323 opened this issue Jul 26, 2021 · 4 comments

Comments

@mrcat323
Copy link

Describe the bug
More often while in --INSERT-- mode can't really use arrow keys for navigation and so on, but sometimes they work, most of the time they just don't work

Expected behavior
Navigating through the file with arrow keys

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
image

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.21.5
  • VSCode version: v1.58.2
  • OS: Debian 10 (Buster)
@northernocean
Copy link

It might be helpful to get more information on what is happening when you press the keys. Refer to this stack overflow post on how to find out what VSCode is actually doing in response to keystrokes and find out what command VSCode is using to handle the keystrokes:
https://stackoverflow.com/questions/46140269/how-to-debug-keybinds-in-visual-studio-code

@northernocean
Copy link

There is some related discussion and a possible solution here:
#2924 (comment)

working with the keybindings.json is a little new to me but seems like everything you need to know is here:
https://code.visualstudio.com/docs/getstarted/keybindings

My understanding is that you can take the keybindings posted by karlhorky in the referenced post and then just add this to the bottom of your keybindings.json file (accessible from the command palette under preferences: open keyboard shortcuts (json)

@mrcat323
Copy link
Author

mrcat323 commented Aug 6, 2021

Okay, going to check it as soon as possible. Going to play with it anyway

@J-Fields
Copy link
Member

@mrcat323 Are you still experiencing this? If so, can you provide settings, keybindings, etc.?

@J-Fields J-Fields changed the title Often can't use arrow keys for navigation in --INSERT-- mode Often can't use arrow keys for navigation in Insert mode Oct 14, 2021
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

3 participants