From ec39ae146f9e8d7779f1c85fd7faef40c6153199 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 12 Oct 2025 14:55:26 +0200 Subject: tmux: Fenster neu nummerieren --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 21f8cd4..5127b7e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,6 +10,7 @@ set -g status-right-length 35 set -g status-interval 30 set -g base-index 1 set -g pane-base-index 1 +set -g renumber-windows on set -g history-limit 10000 set -g escape-time 0 set -g aggressive-resize on -- cgit v1.3