I have 3 panes in my tmux window:
--------------------------
| | 2 |
| | |
| 1 |----------|
| | 3 |
| | |
--------------------------
Panes 1 and 2 have vim
. Pane 3 runs a cli I am developing. Sometimes I want to compare panes 1 and 2, so I want to hide pane 3:
--------------------------
| | |
| | |
| 1 | 2 |
| | |
| | |
--------------------------
and then bring back pane 3 again. I don't want to kill pane 3 as I have set up some things there and don't want to go though setting them up again.
- Is there something similar to
PREFIX + z
which can zoom pane 2 but without touching pane 1? Or - Is there a way to hide pane 3 quickly and bring it up back when needed?