From a9be9c49f452877695a08e2ca3f67ec5628e4b9d Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:06:27 -0500 Subject: [PATCH] update: base index for window starts from 1 --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 27e424a..d0dfc1f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -86,6 +86,8 @@ set-window-option -g clock-mode-colour colour64 # gree set -g set-titles on set -g set-titles-string "#T" +# start window indexing from 1 instead of 0 +set -g base-index 1 ## Imports