Maximize and restore panes in tmux 1.7 and later.
Now you can use resize-pane -Z
with tmux 1.8 and later. This script provides same function.
-
Copy
pane-maximize
from here to ~/bin/ directory. -
Add a key binding to .tmux.conf:
bind-key m run-shell "pane-maximize -a"