lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

select multiple cells #110

Closed StephaneKazmierczak closed 7 years ago

StephaneKazmierczak commented 7 years ago

Summary

I am trying to copy paste cell from one notebook to another doing that one cell at a time is tedious and I was looking for a shortcut to select multiple cells and cop/past them people report shift k or shift j should be working in vim binding they are used as extend selected cells above or bellow, not sure if it is the same as without it on my notebook they behave like j or k alone.

Is there any other shortcut that would work ?

Environment

lambdalisue commented 7 years ago

All default mappings are listed here

https://github.com/lambdalisue/jupyter-vim-binding/blob/master/lib/jupyter/shortcuts.js

StephaneKazmierczak commented 7 years ago

Thank you for the link with the shortcut ! I am not sure what i did wrong yesterday but now the shift+j or shift+k are working as expected

lambdalisue commented 7 years ago

:smile: