-
Notifications
You must be signed in to change notification settings - Fork 29
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 keybindings #3
Comments
Do you want to give me the key mappings?
If you can create them for me in a gist I can add them as an option and refactor how hotkey mappings work. :) |
Basic vim motions would not be difficult to implement but also very limited. A better approach might be to use something similar to monaco-vim. It takes the keybindings and vim mode from codemirror and maps them to the monaco api. I'll take a look at it on the weekend. |
Great. Let me know what you come up with and I can think about the best way to integrate it into the codebase! |
Happy to see this being done. This is a good one! |
Hey @cviejo just wondering if you found the hotkey mappings? I can integrate support for the VIM key mappings on our next major release as long as somebody gives them to me in JSON format. |
Looks fantastic. I'm going to go ahead and be that guy: VIM mode?
The text was updated successfully, but these errors were encountered: