Closed OsicKwon closed 10 months ago
This is not well documented (or at all) but codemirror will only recognize <Esc>
as the escape key. So if you capitalize the e
then it should work
@ianhi Thanks all your efforts! I would like to send Cmd+/
in this box (to toggle comment), how do I achieve this? I tried <S-/>
but it is not working.
Thank you so much, @ianhi !!
It works very well with <Esc>
Description
Hi, I wanted to remap in insert mode that pressing 'jj' to '' to exit insert mode, entering normal mode.
But, it was just typeing '' in a cell, which was not executed the command(Escaping)
Reproduce
jj
in "Keybinding" input box<esc>
in "The key sequence to execute" input boxinsert
in "Mode" selectionmap
in "Map function" selectionExpected behavior
Change Insert mode to Normal mode
Context