jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
662 stars 43 forks source link

Keep the cell mode(insert mode or normal mode) in the mode it was left before #20

Closed gordonrust closed 3 years ago

gordonrust commented 3 years ago

presently, if i am in insert mode in one cell, and go to a different cell and get back on this cell again, i would be in normal mode and not in the normal mode.

How could I change this behaviour?

I have already changed the function "run-select-next-edit " in src/index.ts so that when ever a new cell is created I land directly in insert mode (this makes more sense to me since jupyter lab is primarily and experimental tool and rather than editing code I mostly write new code.

gordonrust commented 3 years ago

closing .. my bad... duplicate of #13