ianhi / jupyterlab-vimrc

add a basic vimrc to jupyterlab vim
BSD 3-Clause "New" or "Revised" License
66 stars 4 forks source link

Support for jupyterlab 4? #30

Open xeliba opened 10 months ago

xeliba commented 10 months ago

As far as I see this extension only supports jupyterlab versions up to 3.*

It would be good to support the new jupyterlab 4.* versions, too. Maybe this does not even require a lot of changes?

catwang01 commented 3 months ago

Same request.

ianhi commented 3 months ago

Hi @xeliba and @catwang01 this is now supported directly by jupyterlab-vim extension which works in jlab4. You can follow the instructions there: https://github.com/jupyterlab-contrib/jupyterlab-vim/blob/main/modify-keybinds.md#vim-remappings

also @sperezconesa and @jiapeng123456 as comment hearters

catwang01 commented 3 months ago

I didn't realize this. Thanks for pointing it out!