We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How feasible is it to add the vim motions feature? Some web editors support it like replit has these keybinds option:
keybinds
It would widely improve the usability of the web editor, and VS Code has plugins for it VSCodeVim VSCode Neovim
VS Code
The text was updated successfully, but these errors were encountered:
Would that be adding https://github.com/brijeshb42/monaco-vim ?
The underlying editor is a "monaco editor", so one cannot simply "install" vscode extensions.
Sorry, something went wrong.
Looking at this again, I think monaco-vim states it is not compatible with vite (which we use instead of webpack).
monaco-vim
vite
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!
No branches or pull requests
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 NeovimThe text was updated successfully, but these errors were encountered: