diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9490397..003bc9a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,9 @@ # ─── General settings ──────────────────────────────────────────── set -g default-terminal "tmux-256color" set -g base-index 1 +set -g renumber-windows on +set -g automatic-rename on +set -g mouse on setw -g pane-base-index 1 # ─── Plugins (managed by TPM) ────────────────────────────────────