jwkvam / jupyterlab-vim

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

`i` to edit selected cell #70

Closed wmayner closed 5 years ago

wmayner commented 5 years ago

One of the nice features of jupyter-vim-binding is that you can press i to immediately start editing the selected cell. Here, you first need to press Enter, then i.

Would it be possible to add this functionality?

jwkvam commented 5 years ago

It seems reasonable to me. My only thought is if i should or could be used for something else in jlab mode? Nothing else comes to mind to me though. I'd welcome other opinions though :)

benlindsay commented 5 years ago

I would love this functionality, and I can't think of any other use for i in jupyter command mode