Skip to content

Commit 747551c

Browse files
committed
Add zoomed flag in tmux pane
1 parent 1ea6019 commit 747551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/tmux/tmux_theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -g status-fg colour8
88

99
# Show Session:window:pane on left
1010
set -g status-left-length 40
11-
set -g status-left "#{prefix_highlight}#[fg=colour244]#S"
11+
set -g status-left "#{prefix_highlight}#[fg=colour244]#S #[fg=colour1]#{?window_zoomed_flag,[Z],}"
1212

1313
# Show host name on right
1414
set -g status-right '#[fg=colour28]#(hostname)'

0 commit comments

Comments
 (0)