Open bernborgess opened 6 months ago
Would that be adding https://github.com/brijeshb42/monaco-vim ?
The underlying editor is a "monaco editor", so one cannot simply "install" vscode extensions.
Looking at this again, I think monaco-vim
states it is not compatible with vite
(which we use instead of webpack
).
Realistically, I don't think I will look at this, but if a volunteer wants to, I'm happy to provide guidance and accept a PR!
How feasible is it to add the vim motions feature? Some web editors support it like replit has these
keybinds
option:It would widely improve the usability of the web editor, and
VS Code
has plugins for it VSCodeVim VSCode Neovim