From fd30c5af11b341f6632922983c02be2475096822 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 4 Jan 2020 15:58:05 +0530 Subject: [PATCH] tmux: Let base index start from 0 --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 578ecd7..a021d42 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,7 +4,7 @@ set-option -g prefix M-a bind-key M-a send-prefix # start with window 1 (instead of 0) -set -g base-index 1 +# set -g base-index 1 # start with pane 1 # set -g pane-base-index 1