You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Initial attempt at #36. Commands are
- z1 Reset visibility to level 1 for all sections
- z2 Reset visibility to level 2 for all sections
- z3 Reset visibility to level 3 for all sections
- z4 Reset visibility to level 4 for all sections
- za Toggle a section
- zo Show section
- zO Show sections recursively
- zc Hide section
- zC Hide sections recursively
- zr Same as z4.
It would be intuitive if the Vim folding keybinding worked for magit chunks. Eg:
zr
Opened all chunksza
Toggled a chunkzc
Closed all chunkzc
Closed a foldzo
Opened a chunkzO
Opened a chunk recursivelyObviously, 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.
The text was updated successfully, but these errors were encountered: