From e8bce3e2bb096b9dea80307283673ce78886f020 Mon Sep 17 00:00:00 2001 From: Mateja Date: Wed, 14 Apr 2021 10:22:17 +0200 Subject: Set tmux base index to 1. --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 109a330..f5d9317 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,2 +1,4 @@ set-option -g mouse on set-window-option -g mode-keys vi +set-option -g base-index 1 +set-window-option -g pane-base-index 1 -- cgit v1.2.3