From 3db7b9140f5949b84f1701dd75328a1b0a95be2e Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 5 Jun 2026 16:44:45 +0200 Subject: tmux: add zoom status in tab --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 861d9bf..0b06e38 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -26,9 +26,9 @@ set-option -g focus-events on # no spacew between tabs set-window-option -g window-status-separator '' # paints the tab yellow when in select/scroll mode -set-window-option -g window-status-format '#{?pane_in_mode,#[bg=brightyellow],} #I:#W #[default]' +set-window-option -g window-status-format '#{?pane_in_mode,#[bg=brightyellow],} #I:#W #{?#{m:*Z*,#{window_flags}},[Z]} #[default]' # paints selected tab white (unless in scroll mode) -set-window-option -g window-status-current-format '#[bg=brightwhite]#{?pane_in_mode,#[bg=brightyellow],} #I:#W #[default]' +set-window-option -g window-status-current-format '#[bg=brightwhite]#{?pane_in_mode,#[bg=brightyellow],} #I:#W #{?#{m:*Z*,#{window_flags}},[Z]} #[default]' # open pane splits and windows at the same path as current pane bind '"' split-window -v -c "#{pane_current_path}" -- cgit v1.3.1