diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-14 20:20:16 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-14 20:20:16 +0530 |
commit | 8631a32d563cd26c0649b44421f056a46661aae6 (patch) | |
tree | a2303c64be3e5abd5810cfe0996a3f8f237d2ce5 /.tmux.conf | |
parent | d0d1ffb9c4b7025b7564f606686d628159cad0e1 (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.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 |