autorename and autorenumber windows

This commit is contained in:
James Dixon 2024-01-15 10:43:48 -05:00
parent 7b2471e8b0
commit d17befbd77

View File

@ -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