From 72e9e68695c6735ecb4c31e07383c18f56234283 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Fri, 4 Jul 2025 15:38:13 +0200 Subject: [PATCH] make the right status bar of Tmux wide enough --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6bc9137..2f79496 100755 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -60,6 +60,7 @@ set -g pane-border-style fg=black,bright set -g pane-active-border-style fg=magenta # Theme: status +set -g status-right-length 100 # make sure the status bar is wide enough set -g status-style bg=default,fg=default,bright set -g status-left " " set -g status-right "#[fg=magenta,bright]#S" -- GitLab