1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[tmux] Start numbering at zero

This commit is contained in:
Hyacinthe Cartiaux 2021-11-15 18:36:26 +01:00
parent dc5a37ee73
commit f18b157579

View file

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