lambdalisue / jupyter-vim-binding

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

Folding not folding #140

Open suuuehgi opened 5 years ago

suuuehgi commented 5 years ago

Summary

I can't get vim-like folding to work. I just want to collapse/fold a indented section, not the whole cell. Can someone explain to me how this is supposed to work?

Environment

Behavior

The collapse key combinations don't seem to effect anything for me

Expected

Fold by indent by pressing zA.

Actual

Nothing.

Step by step procedure


What you have done to solve the issue

Remarks

Thanks a lot for any help!

lambdalisue commented 5 years ago

While CodeMirror's Vim does not support folding, this plugin does not support folding as well.