From 8631a32d563cd26c0649b44421f056a46661aae6 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 14 May 2024 20:20:16 +0530 Subject: tmux.conf: maximum length of the left component of the status line to 20 Signed-off-by: Brahmajit Das --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.tmux.conf') 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 -- cgit v1.2.3