tmux: show session number instead of window number

This commit is contained in:
2022-08-31 13:07:47 +03:00
parent 03d2ccad53
commit 357858eaff

View File

@@ -7,7 +7,7 @@ set -sg base-index 1
set -wg pane-base-index 1
# statusline
set -g status-left "[#I] "
set -g status-left "[#S] "
set -g status-right "\"#H\" %H:%M %d-%m-%Y"
set -ag status-style "bg=#d4be98"