tmux: start counting windows from 0

pull/6/head
bretello 2022-02-05 10:56:13 +01:00
parent 925ef0901e
commit 41d001a5ce
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 2 deletions

View File

@ -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