update: base index for window starts from 1
This commit is contained in:
parent
71d5549db0
commit
b348d027f3
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ set-window-option -g clock-mode-colour colour64 # gree
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g set-titles-string "#T"
|
set -g set-titles-string "#T"
|
||||||
|
|
||||||
|
# start window indexing from 1 instead of 0
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
## Imports
|
## Imports
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue