diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,3 +74,6 @@ bind-key -r S set-option -g status # don't rename windows automatically set-option -g allow-rename off + +# maximum length of the left component of the status line to 20 +set -g status-left-length 20 |