jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
973 stars 73 forks source link

How to change key-bindings for some default vim operations? #102

Open huangzonghao opened 4 years ago

huangzonghao commented 4 years ago

I see how to change key-bindings for the jupyterLab related operations like notebook:enter-command-mode or notebook:change-cell-to-code, etc. But how to change keybindings for some basic vim operations like u for undo, cc for change the whole line? I wasn't able to find the definitions of them anywhere in the code base of this extension. So is that those are offered by jupyterlab and we are unable to make any modifications?

chrisharriscjh commented 4 years ago

I also think this would be really useful. I bind to jk in my normal vim and I can't get used to not typing it here.

dycw commented 4 years ago

+1; this would be very valuable too!

robperch commented 2 years ago

+1!

itsnamgyu commented 1 year ago

+1

lukashergt commented 1 year ago

jupyterlab-vim has moved to https://github.com/jupyterlab-contrib/jupyterlab-vim. No point in adding to issues here...