From 41d001a5ce9a357c25b8ee9c4cf809e99f545e38 Mon Sep 17 00:00:00 2001 From: bretello Date: Sat, 5 Feb 2022 10:56:13 +0100 Subject: [PATCH] tmux: start counting windows from 0 --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index adf3cd2..e04775c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,8 +35,8 @@ set -g status-right '#[fg=green,bg=default,bright]#(tmux-mem-cpu-load) #[fg=red, set-option -g prefix C-a bind-key C-a last-window -# Start numbering at 1 -set -g base-index 1 +# # Start numbering at 1 +# set -g base-index 1 # Allows for faster key repetition set -s escape-time 0