summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2024-05-14 20:20:16 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2024-05-14 20:20:16 +0530
commit8631a32d563cd26c0649b44421f056a46661aae6 (patch)
treea2303c64be3e5abd5810cfe0996a3f8f237d2ce5 /.tmux.conf
parentd0d1ffb9c4b7025b7564f606686d628159cad0e1 (diff)
tmux.conf: maximum length of the left component of the status line to 20
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
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