[tmux] Let tmux number windows automatically

This commit is contained in:
Sebastian Schulze 2020-09-11 21:09:55 +02:00
parent 2b88798b51
commit 8e51587fec
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTIO
set -gw monitor-activity on
set -g visual-activity on
# Fix window numbering
set-option -g renumber-windows on
# Colours!
set-window-option -g window-status-current-format "#[fg=red]#[fg=white]#I#F  #W#[fg=red]"
set-option -gw xterm-keys on