diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-26 14:07:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-26 14:07:17 +0800 |
commit | deb3feb95314e593db1e9058b2e9860f22015a7b (patch) | |
tree | 27f0c6548ac9c3d44a3c9c0ca2fef336a5e9bfd0 /_tmux.conf | |
parent | 25c99a3ba214360c5a65f8bd48c9a36d2a153cf0 (diff) | |
download | dotfiles-deb3feb95314e593db1e9058b2e9860f22015a7b.tar.bz2 |
_tmux.conf: increase left and right status length
Diffstat (limited to '_tmux.conf')
-rw-r--r-- | _tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 " |