[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:
parent
6465bcbc5f
commit
414a53f756
1 changed files with 1 additions and 1 deletions
|
@ -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}] "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue