Replies: 1 comment 3 replies
-
@peey I think it is the pretty much the current state. There are several ways to move forward:
Most likely we will wait till the issue is sorted out in the upstream. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a summary of what I know:
VIM VSCode extension works in theia (#5125) but has damned performance (#5125 (comment), gitpod-io/gitpod#1212) due to difference in architecture (the extension sends every keystroke to the server and waits for the response (gitpod-io/gitpod#1212 (comment)) whereas native editing in theia doesn't).
I found some old issues discussing editor-level support for vim keybindings (eclipse-che/che#9244) and the approach taken would be to implement a plugin (che-theia-plugin) and add a Keyboard Shortcuts API (#2783). Unfortunately, the planned plugin is not in active development (eclipse/che-theia-vi-plugin#1 (comment)).
Is there any active effort to develop a vim keybindings plugin?
Beta Was this translation helpful? Give feedback.
All reactions