jwkvam / jupyterlab-vim

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

ctrl-o, shift-o doesn't insert a new cell above #6

Open jwkvam opened 6 years ago

jwkvam commented 6 years ago

I've raised this issue in gitter. In the interim, ctrl-o, ctrl-o works instead.

blink1073 commented 6 years ago

Should the readme say "Insert Cell Above" for Ctrl-O, O?

tensorcopy commented 6 years ago

@blink1073 There might be some confusion. Ctrl-O, Ctrl-O will insert a new cell above and Ctrl-O, O will insert one below.

blink1073 commented 6 years ago

Ha, the fact that I don't use vim is obvious ;).

tensorcopy commented 6 years ago

@blink1073 :) give it a try and you'll love it!

OliverEvans96 commented 6 years ago

It seems like this is a known issue: https://github.com/jwkvam/jupyterlab_vim/blob/863b5496c903cf7982e1d5404adb0bb27ea681ce/src/index.ts#L312

Any idea why this might be failing? It seems like this is the only shortcut with the form ctrl- + shift-

jwkvam commented 6 years ago

Well known to a couple people I guess :) I brought it up in the jupyterlab gitter but didn't get it resolved. I should create an issue in the jupyterlab repo.