fix(tmux): increase status-left, status-right width
This commit is contained in:
parent
597f98d65b
commit
6e23b41dd5
2 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ bar)
|
|||
i=$((i + 1))
|
||||
done
|
||||
set +f
|
||||
tmux set -g status-left-length 80
|
||||
tmux set -g status-right-length 80
|
||||
tmux set -g status-left ' '
|
||||
tmux set -g window-status-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
|
||||
tmux set -g window-status-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue