jupyterlab-contrib / jupyterlab-vim

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

Added "Folding" Keybindings #4

Closed kmdalton closed 4 years ago

kmdalton commented 4 years ago

I've added the following keybindings to hide and show code blocks analogous to vim folding.

I also bumped the version and added these shortcuts to README.md.

kmdalton commented 4 years ago

@ianhi , I approved your changes to make the language more clear.

ianhi commented 4 years ago

@axelfahy thanks for adding! Does adding a new feature warrant a new release?

axelfahy commented 4 years ago

@ianhhi you're welcome. I am not sure what you mean by warrant, but to make the feature available easily (without cloning and compiling), a new release has to be made.