From bde5538e20bce6d866c36984c952e852dd75ca92 Mon Sep 17 00:00:00 2001 From: t0xa Date: Tue, 26 Aug 2025 09:30:59 +0300 Subject: [PATCH] tmux: Shift Seesion name padding --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 96a640c..89296da 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,7 +4,7 @@ set -g mouse on set -g status-position top set -g status-style "bg=default" set -g status-justify absolute-centre -set -g status-left " #S" +set -g status-left "#S" set -g status-right "" set -g window-status-format "#I:#W" # Index and Name set -g window-status-current-format "#I:#W" # Current window