diff --git a/config/tmux/.tmux.conf b/config/tmux/.tmux.conf index 1a37126..4549f23 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/.tmux.conf @@ -12,6 +12,10 @@ setw -g mode-keys vi # unset the annoying delay set -sg escape-time 0 +# window options +set-option -g automatic-rename on +set-option -g renumber-windows on + # mouse settings # set -g mouse on # set -g set-clipboard on @@ -20,12 +24,10 @@ set -sg escape-time 0 # appearance set -g status-style "bg=colour16 fg=white,bold" set -g window-status-current-style "fg=yellow,bold" - set -g status-left-length 100 set -g status-right-length 100 # set -g status-right-style "bg=green fg=colour16,bold" - # set -g status-bg black # set -g status-fg white