diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 96a640c..89296da 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,7 +4,7 @@ set -g mouse on set -g status-position top set -g status-style "bg=default" set -g status-justify absolute-centre -set -g status-left " #S" +set -g status-left "#S" set -g status-right "" set -g window-status-format "#I:#W" # Index and Name set -g window-status-current-format "#I:#W" # Current window