tmux: window name is blue when zoomed
Prithu Goswami pg@prithu.dev
Sat, 13 Jul 2024 18:42:41 +0530
1 files changed,
2 insertions(+),
3 deletions(-)
jump to
M
tmux/tmux.conf
→
tmux/tmux.conf
@@ -19,10 +19,10 @@ bind -r H resize-pane -L 2
bind -r J resize-pane -D 2 bind -r K resize-pane -U 2 bind -r L resize-pane -R 2 +bind -r o switch-client -l bind -r C-h swap-window -t -1 \; previous-window bind -r C-l swap-window -t +1 \; next-window - bind \; last-window bind C-o rotate-window@@ -65,7 +65,7 @@ # set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %I:%M #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H "
# Window status set -g window-status-format " #I:#W#F " -set -g window-status-current-format " #I:#W#F " +set -g window-status-current-format "#{?window_zoomed_flag,#[bg=#56a1db],} #I:#W#F " # Current window status set -g window-status-current-style bg=colour253,fg=colour233@@ -108,4 +108,3 @@
# this allows the cursor to change when within st # https://vi.stackexchange.com/questions/22224/change-neovim-cursor-in-insert-mode-under-st-simple-terminal-and-tmux set -as terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[2 q' -