-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
✨ Vim-style modal editing #306
Comments
Good idea but probably way out of scope for the initial |
I would suggest to look at neovim to provide the vim style editing. It's embeddable and offers full support for vim style editing: no need to define these one by one specifically for CodeEdit. For an example of how it works, take a look at vscode-neovim. So, embedding neovim instead of making your own vim mode is easier to maintain and will have full support for all vim commands. |
This is so important feature to implement in any new editor and it should feel native imo. you'll gain attention from a lot of developers and users by implementing this. I'm here to support this feature. 🔝 |
Yep needed. Without this there is no reason to really bother installing an editor. |
(First of all thanks for this awesome project, looks amazing already and I can't wait to play with it more.)
Is your feature request related to a problem? Please describe.
As a Vim user it would be great to have modal editing with Vim keybindings.
Describe the solution you'd like
A vim mode, similar to VSCodeVim or Xcode 13's new Vim mode.
Additional context
Perhaps this could be done via the proposed extension API, once ready:
The text was updated successfully, but these errors were encountered: