tmux: fix status line right side length
The length of 32 was too small and causing clipping for slightly longer host names, e.g. at work.
This commit is contained in:
parent
25f8aee1d9
commit
41050707f7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
set -g status-left-length 32
|
set -g status-left-length 32
|
||||||
set -g status-right-length 32
|
set -g status-right-length 48
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
|
|
||||||
# Color definitions
|
# Color definitions
|
||||||
|
|
Loading…
Add table
Reference in a new issue