From f18b157579664773f2b18e55626f18d6da9a70ba Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Mon, 15 Nov 2021 18:36:26 +0100 Subject: [PATCH] [tmux] Start numbering at zero --- tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fd175bc..0a5791f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -18,10 +18,6 @@ unbind l set -g prefix C-a bind-key C-a last-window - -# Start numbering at 1 -set -g base-index 1 - # Allows for faster key repetition set -s escape-time 0