From b544bd8b60af4e7ac842d3e3d6aafc53e2b08c00 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 29 Aug 2022 03:15:20 +0300 Subject: [PATCH] tmux: set base-index to 1 --- config/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index 2fc7244..b2cef87 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -6,6 +6,8 @@ set -g default-terminal "xterm-256color" set -sg escape-time 0 set-option -ga terminal-overrides ",xterm-256color:Tc" set -g mouse on +set -sg base-index 1 +set -wg pane-base-index 1 # statusline set -g status-left "[#I] "