feat(tmux): add sensible defaults

This commit is contained in:
2026-03-10 00:44:39 +01:00
parent ef9bf9558f
commit 74c3012139

View File

@@ -14,6 +14,9 @@ set-option -g prefix C-s
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf" bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
set -g base-index 1 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-style 'bg=default fg=default'
set -g status-left-length 20 set -g status-left-length 20