monolith-code
monolith-code copied to clipboard
FR: vim-like keymap
is there a chance for vim-like keymappings ?
Thanks mwoz
Yes, this is very much possible. I'm using the ace editor which allows for different key mappings. I would just need to figure out how to best expose those settings in the app.
In fact, what you can do is press ctrl + shift + i to open up the chrome dev tool and type editor.setKeyboardHandler("ace/keyboard/vim"); into the console. This will enable vim controls. Obviously, OS operations are not set up but at least you should be able to perform the usual editing operations within the editor.
Awesome news:)
how about creating keymap.js config file and exposing editor property so it set to vim keymap?