From 74c3012139341cebd6c1cc8ef685a8e38c3769df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 10 Mar 2026 00:44:39 +0100 Subject: [PATCH] feat(tmux): add sensible defaults --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 955892a..5fcc76c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,6 +14,9 @@ set-option -g prefix C-s bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" set -g base-index 1 +set -g pane-base-index 1 +set -g renumber-windows on +set -g focus-events on set -g status-style 'bg=default fg=default' set -g status-left-length 20