add tmux conf

This commit is contained in:
quenousimporte 2026-07-02 14:50:42 +02:00
parent ec97eb0a1e
commit 8047fe9e4b
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# ─── General settings ──────────────────────────────────────────── # ─── General settings ────────────────────────────────────────────
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -g base-index 1 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 setw -g pane-base-index 1
# ─── Plugins (managed by TPM) ──────────────────────────────────── # ─── Plugins (managed by TPM) ────────────────────────────────────