From 5259588931a2d58465e1021acd50491acdaf5b95 Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Sun, 22 Oct 2023 12:34:42 +0200 Subject: [PATCH] Tmux: fix session-name getting cut off --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 800d7cd..192cca6 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -67,6 +67,7 @@ setw -g pane-base-index 1 set -g status-position bottom set -g status-style bg="#1d2021",fg="#d4be98",bold set -g status-keys vi +set -g status-left-length 100 # set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}' set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold]  ,}' set -wg window-status-current-style bg="#d8a657",fg="#1d2021"