From 357858eaff23af4b7d6eb5fc909cb015a7e8f5c7 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 31 Aug 2022 13:07:47 +0300 Subject: [PATCH] tmux: show session number instead of window number --- config/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index 7bb9707..c5c1f50 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -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"