jupyterlab-vimrc
jupyterlab-vimrc copied to clipboard
imap <C-j> <esc> settings do not take effect
Thank you for creating such a great extension!
I want to map <ctrl-j>
to esc
, so I set it like this, but it doesn't work
{
"imap": [
["<C-j>", "<Esc>"],
],
}
The environment to be used is as follows
jupyterlab 3.2.6 jupyterlab-vim 0.14.5 upyterlab-vimrc 0.5.2
Hi @fuchami thanks for your kind words :)
What browser are you using? For me on firefox it seems to be that the browser eats ctrl-j
@ianhi I'm using Chrome
I'm having the same issue and I'm using Brave, is there a way around this? Is it possible to use use the control key in remaps?