Update .tmux.conf

This commit is contained in:
Lewis Wynne 2025-12-01 17:00:00 +00:00
parent ade8247b1b
commit d6a1442bec

View file

@ -42,7 +42,7 @@ set-option -g renumber-windows on # renumber windows when on
set-option -g base-index 1 # start window numbering at 1
set-window -g pane-base-index 1 # start pane numbering at 1
set-option -g allow-rename off # don't rename windows automatically
set-option -g mouse off # mouse control
set-option -g mouse on # mouse control
set-option -g status-style bg=default # status styling
set-option -g status-left-length 40 # max allowed length
set-option -g status-justify absolute-centre # windows alignment