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
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
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
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 Are you still experiencing this? If so, can you provide settings, keybindings, etc.?
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
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 workExpected 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.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: