As a Vim enthusiast, I really appreciate that CodinGame allows us to use Vim key bindings! However, most of us tend to remap the key to something else to make it easier (and faster) to exit INSERT/VISUAL/SELECT modes and return to NORMAL mode. I for example map jk, kj, Jk, […] to it.
When I realised you could configure the editor like VS Code, I immediately tried copy-pasting my configuration which does the remapping (I use VS Code with the Vim extension). However, as expected, it did not do anything and I still have to hit to return to NORMAL mode.
I don’t know how the Vim key bindings are implemented on your editor, but it would be amazing to offer compatibility with the “vim.normalModeKeyBindings” and “vim.insertModeKeyBindings” (and other variations) options of the Vim extension of VS Code. Or maybe there’s already a way?