1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

tmux: start counting windows from 0

This commit is contained in:
bretello 2022-02-05 10:56:13 +01:00
parent 925ef0901e
commit 41d001a5ce
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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