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"