Tmux start pane at 1

This commit is contained in:
Johannes Rothe 2024-10-07 22:44:44 +02:00
parent d026e1d6bd
commit f7cce9835e

View File

@ -94,6 +94,10 @@
set -g window-status-current-format '#I:#W'
set -g allow-rename off
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# default statusbar colors
set-option -g status-style bg=colour232,fg=colour239,default