This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Description
It would be intuitive if the Vim folding keybinding worked for magit chunks. Eg:
zr Opened all chunks
za Toggled a chunk
zc Closed all chunk
zc Closed a fold
zo Opened a chunk
zO Opened a chunk recursively
Obviously, this would come at the cost of changing the keymap binding for stash operations, but that isn't very semantically named in the first place, so I personally don't see that as a huge deal.