I'm new to jupyter lab. In settings
-> text editor key map
it has a vim
option which, when enabled, allows me to edit .py
files with vim-style editor. However, this behavior does not carry over to .ipynb
files. How can I enable this for all files edited in jupyter-lab (most importantly .ipynb
)?
Internet search has revealed a plenty of vim addons for jupyter (mostly jupyter-notebook I believe), but since this behavior is already available out of the box for .py
, I would assume this can be somehow configured without third-party addons. In any case, I will be grateful for information because what I find on the Internet seems to be mostly outdated/related to jupyter-notebook.