nordtheme / tmux

An arctic, north-bluish clean and elegant tmux color theme.
https://www.nordtheme.com/ports/tmux
MIT License
1.07k stars 141 forks source link

Increase max lengths of left/right status #27

Closed chaucerbao closed 4 years ago

chaucerbao commented 6 years ago

Should resolve #25 and #26

chaucerbao commented 6 years ago

@arcticicestudio, any thoughts on this solution?

By default, status-left-length has a limit of 10, and status-right-length has a limit of 40. Since there's no option to represent "expand as needed", all we can do is increase the limits.

davebro commented 4 years ago

Should be able to just set set -g status-right-length 100 or set -g status-left-length 100 in your .tmux.conf file. No need to change the default for everyone I would think.