Closed ijskegel closed 3 years ago
Hi @ijskegel! Great idea and thanks for sharing. I did not even know there is zoom mode 😉 it's really handy!
The implementation seems to be trivial, so I could propose something in the new PR.
@ijskegel here https://github.com/egel/tmux-gruvbox/pull/19 is PR with the missing zoom feature you proposed.
Would you take a look at it and let me know if this is what you looking for? Thanks in advance 😊
@egel, this is exactly what I was looking for. Thanks for fixing this!
Great! Then I am merging this.
When zooming the current window (using z) there is no indication in the bar that the window is zoomed.
Possible solution could be to change
#W
to#W#{?window_zoomed_flag,*Z,}
in the window-status-current-format setting. This adds a *Z indication when the window is zoomed.