You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I see how to change key-bindings for the jupyterLab related operations like
notebook:enter-command-mode
ornotebook:change-cell-to-code
, etc. But how to change keybindings for some basic vim operations likeu
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?The text was updated successfully, but these errors were encountered: