In tig, I start in the main view, and when I hit Enter
on a commit, I get a split-screen with the diff view.
I'm scrolling through the diff view, and then I accidentally type O
. Now the diff view is maximized. I did not want this, and want to go back to what I was looking at before.
How do I un-maximize it so I have my original split screen again?
There is no un-maximize action provided by Tig. You have to close the diff view (e.g. with
q
) to go back to the main view and then hitEnter
again.