Add padding to tmux status-left

This fixes the formatting issue in tmux 2.0.
master
nirenjan 2015-06-26 14:45:16 -07:00
parent 0081ee9d81
commit 3cbf9d40cf
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ set-option -g status-position top
# <username>@<host> <session name> # <username>@<host> <session name>
set-option -g status-left "#[fg=blue]#(whoami) " set-option -g status-left "#[fg=blue]#(whoami) "
set-option -ga status-left "#[fg=green]#h " set-option -ga status-left "#[fg=green]#h "
set-option -ga status-left "#[fg=brightmagenta][#S]" set-option -ga status-left "#[fg=brightmagenta][#S] "
# Status bar - left length # Status bar - left length
set-option -g status-left-length 40 set-option -g status-left-length 40