How do I undo maximize in tig?

375 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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 hit Enter again.