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
[ ] Operating system : Arch Linux
[ ] Web browser : Firefox 65.0.1
[ ] Version or revision of Jupyter Notebook : 4.4.0
[ ] Revision of jupyter-vim-binding : (e.g. c9822c753b6acad8b1084086d218eb4ce69950e9)
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
I can't find any documentation about it besides the commit
I get Unknown option: foldmethod by setting manually.
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
Unknown option: foldmethod
by setting manually.Remarks
Thanks a lot for any help!