diff --git a/dot_tmux.conf b/dot_tmux.conf index f833feb..1f9ca3b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -62,7 +62,7 @@ set -g status-right-length 100 set -g status-bg default set -g status-fg white set -g status-style "bg=black,fg=white" -set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] " +set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] " set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#(whoami)' # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=colour240,bg=default]'