From 3a3dda26ac99160b219c7c1f2f0fdfbc23753d22 Mon Sep 17 00:00:00 2001 From: doty Date: Tue, 7 Jul 2020 06:49:53 -0700 Subject: [PATCH] Fix for tmux 2.9 --- .tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 2686020..dcd4ceb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,8 +9,7 @@ set -g base-index 1 #set -s escape-time 0 # Set status bar -set -g status-bg black -set -g status-fg white +set -g status-style fg=white,bg=black set -g status-left "" set -g status-right "#[fg=green]#H" @@ -39,7 +38,7 @@ set -g default-terminal "screen-256color" # set -g status-right "#[fg=yellow]#(date)" # Highlight active window -set-window-option -g window-status-current-bg red +set-window-option -g window-status-current-style bg=red # set-window-option -g mouse on set -g history-limit 30000