diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e57de8a..4975463 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -61,9 +61,9 @@ set -g status-right-length 100 set -g status-right "#{now_playing} " # Windows -set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W #{?window_zoomed_flag,,} " +set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W#{?window_zoomed_flag,,} " set -g window-status-separator "" -set -g window-status-format "#[fg=white,bg=default] #W #{?window_bell_flag,,} " +set -g window-status-format "#[fg=white,bg=default] #W#{?window_bell_flag,,} " # Change the default delay set -sg escape-time 0