update: base index for window starts from 1

This commit is contained in:
juancwu 2023-02-13 22:06:27 -05:00
commit a9be9c49f4
No known key found for this signature in database

View file

@ -86,6 +86,8 @@ set-window-option -g clock-mode-colour colour64 # gree
set -g set-titles on
set -g set-titles-string "#T"
# start window indexing from 1 instead of 0
set -g base-index 1
## Imports