From 8047fe9e4ba6b6bd2c949e8fbf4a195e592dcfa6 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 2 Jul 2026 14:50:42 +0200 Subject: [PATCH] add tmux conf --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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) ────────────────────────────────────