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
Occasionally, when holding a movement key (e.g., k), the letter itself gets inserted into the current line before the motion continues. This some times deletes the line and inserts the key and other times just inserts the letter at end of the line and seems to happen more often right after saving the file (Ctrl+S) and immediately pressing the motion key. Could this be a VSCode issue? I've only noticed it recently.
Screen.Recording.2024-11-27.143513.mp4
The text was updated successfully, but these errors were encountered:
GersonDias
changed the title
Holding a movement button eventually inserts the key
Holding a motion key eventually inserts the letter
Nov 27, 2024
I have noticed this too, or something like it, occasionally. I think it happens when amVim is having a conflict with some other extension that's trying to do something with the cursor, maybe a "format on save" or organize imports or something. I don't have a lot of time to look at this plugin (even though I use it every day at work) but I'll keep it in mind. It is perhaps something to do with async code and stacked promises not resolving in the right way.
Occasionally, when holding a movement key (e.g., k), the letter itself gets inserted into the current line before the motion continues. This some times deletes the line and inserts the key and other times just inserts the letter at end of the line and seems to happen more often right after saving the file (Ctrl+S) and immediately pressing the motion key. Could this be a VSCode issue? I've only noticed it recently.
Screen.Recording.2024-11-27.143513.mp4
The text was updated successfully, but these errors were encountered: