jupyterlab-vimrc icon indicating copy to clipboard operation
jupyterlab-vimrc copied to clipboard

imap <C-j> <esc> settings do not take effect

Open fuchami opened this issue 3 years ago • 3 comments

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

fuchami avatar Jan 10 '22 08:01 fuchami

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 avatar Feb 15 '22 05:02 ianhi

@ianhi I'm using Chrome

fuchami avatar Feb 15 '22 07:02 fuchami

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?

m-ozdemirov avatar May 09 '22 22:05 m-ozdemirov