DEV Community

Discussion on: tmux zoom

Collapse
 
rossijonas profile image
Jonas B. R.

Yes! Exactly that...!

Also, after adopting that today I made a small improvement as well, I just added to my status line:
(inside status-left in .tmux.conf)

#P/#{window_panes}

...so it displays in status line:

<active pane number>/<amount of panes>

...like:

2/3

...so when zoomed in you know that the window has more panes.