Open cviejo opened 3 years ago
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?