[tmux] decrease size of right status

100 characters was a bit much, ended up overflowing over the window
names if there were more than 3 windows and the file you were editing in
vim had some extreme path. May want to look into truncating the path
that's being displayed, if that's even possible.
This commit is contained in:
Josh Sherman 2017-04-15 12:57:43 -05:00
parent 6465bcbc5f
commit 414a53f756
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -79,7 +79,7 @@ set -g status-justify left
set -g status-left ""
set -g status-left-length 20
set -g status-right '#T'
set -g status-right-length 100
set -g status-right-length 50
# Customize the window status tabs
setw -g window-status-current-format " [#I:#{=25:window_name}] "