add(tmux): auto renumber windows

This commit is contained in:
Léana 江 2023-04-02 21:07:47 +02:00
parent 3de959c2c6
commit a03330d33d
2 changed files with 5 additions and 2 deletions

View file

@ -25,3 +25,6 @@ set-option -g status-left '#{?window_name,#I:#W} #{T}'
# escape delay try
set -s escape-time 0
# reorder window number
set-option -g renumber-windows on