egel / tmux-gruvbox

Gruvbox color scheme for Tmux.
GNU General Public License v3.0
521 stars 128 forks source link

Window zoomed indication missing #17

Closed ijskegel closed 3 years ago

ijskegel commented 3 years ago

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.

egel commented 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.

egel commented 3 years ago

@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 😊

ijskegel commented 3 years ago

@egel, this is exactly what I was looking for. Thanks for fixing this!

egel commented 3 years ago

Great! Then I am merging this.