summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c130f18..2fca6c5 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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