tmux: Shift Seesion name padding

This commit is contained in:
t0xa 2025-08-26 09:30:59 +03:00
parent c10862c66e
commit bde5538e20

View file

@ -4,7 +4,7 @@ set -g mouse on
set -g status-position top set -g status-position top
set -g status-style "bg=default" set -g status-style "bg=default"
set -g status-justify absolute-centre set -g status-justify absolute-centre
set -g status-left " #S" set -g status-left "#S"
set -g status-right "" set -g status-right ""
set -g window-status-format "#I:#W" # Index and Name set -g window-status-format "#I:#W" # Index and Name
set -g window-status-current-format "#I:#W" # Current window set -g window-status-current-format "#I:#W" # Current window