diff --git a/home/file/tmux/tmux.conf b/home/file/tmux/tmux.conf index b11eaef..0a887e6 100644 --- a/home/file/tmux/tmux.conf +++ b/home/file/tmux/tmux.conf @@ -59,9 +59,10 @@ bind -n M-C kill-pane -a bind-key -n M-f set-option -g status; set -g status-left-length 50 set -g status-position top -set -g status-justify left # absolute-centre -set -g status-left "#[bold] #H-#S #[default]" -set -g status-right "" +set -g status-justify absolute-centre +set -g status-left "#[bold] #S #[default]" +set -g status-right "#[bold] #H" +# set -g status-interval 2 set-window-option -g window-status-separator "" setw -g window-status-current-format " #W " setw -g window-status-format " #W "