From deb3feb95314e593db1e9058b2e9860f22015a7b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 26 Jul 2016 14:07:17 +0800 Subject: _tmux.conf: increase left and right status length --- _tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_tmux.conf b/_tmux.conf index cceb403..348f74b 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -74,8 +74,8 @@ set-option -g pane-active-border-style "fg=blue,bg=default" ## Status bar design # status line set-option -g status-justify centre -set-option -g status-left-length 20 -set-option -g status-right-length 20 +set-option -g status-left-length 30 +set-option -g status-right-length 30 set-option -g status-style "bg=default,bold" set-option -g status-left " #[fg=yellow]#h:#[fg=blue]#S #[fg=magenta]>>#[default]" set-option -g status-right "#[fg=magenta]<< #[fg=yellow]%a %m/%d #[fg=blue]%H:%M " -- cgit v1.2.2