tmux: Shift Seesion name padding
This commit is contained in:
parent
c10862c66e
commit
bde5538e20
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue