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
Keyboard motions with plugins that script the cursor are very slow. At one point, the popular "vim" plugin worked, and I remember it was super slow. Now that the "vim" plugin does not work, maybe due to
I tried the "amVim" plugin, and it suffers the same issue. All keyboard actions happen very slowly, the repeat rate is limiated, and the cursor jumps around fanatically.
Steps to Reproduce:
Install the "amVim" plugin
Open a text file
Try to move the cursor around with j/k to move down/up. Hold j or k to move repeatedly
press i to insert text and try holding down a letter to repeat
Additional Information
Operating System: MS Edge
Theia Version: Version 1.45.0 VS Code API Version: 1.84.2
Video
In particular, when I hold k to move the cursor up quickly repeatedly, you'll see the cursor jumps all over the place.
Screen.Recording.2024-01-11.at.9.48.52.AM.mov
Works VS Code
In VS Code Web, the regular "vim" plugin works very well, the cursor move quickly as expected, without glitchy jumpyness. The "amVim" plugin is disabled for install in VS Code, I was not able to try that one.
The text was updated successfully, but these errors were encountered:
I can't really reproduce the issue with Theia 1.48.3
I tested in a Windows VM and had no issues. A slight lag could be there but this might also be due to the use of the Windows VM.
@trusktr could you check with the latest Theia version whether this still happens for you?
I used a clean Theia with just the amVim plugin in version 1.37 installed.
Reading the changelog of amVim 1.37 release it might also be a fix that happened in the plugin.
Bug Description:
Keyboard motions with plugins that script the cursor are very slow. At one point, the popular "vim" plugin worked, and I remember it was super slow. Now that the "vim" plugin does not work, maybe due to
I tried the "amVim" plugin, and it suffers the same issue. All keyboard actions happen very slowly, the repeat rate is limiated, and the cursor jumps around fanatically.
Steps to Reproduce:
j
/k
to movedown
/up
. Hold j or k to move repeatedlyi
to insert text and try holding down a letter to repeatAdditional Information
Video
In particular, when I hold
k
to move the cursor up quickly repeatedly, you'll see the cursor jumps all over the place.Screen.Recording.2024-01-11.at.9.48.52.AM.mov
Works VS Code
In VS Code Web, the regular "vim" plugin works very well, the cursor move quickly as expected, without glitchy jumpyness. The "amVim" plugin is disabled for install in VS Code, I was not able to try that one.
The text was updated successfully, but these errors were encountered: