From 099de8ef4941d41f7f9cd13a475591a804ba3835 Mon Sep 17 00:00:00 2001 From: Colin P. Mccabe Date: Thu, 25 Apr 2019 08:10:09 -0700 Subject: [PATCH] tmux.conf: fix .tmux.conf to work on newer tmux versions --- .tmux.conf | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 466e9a1..efa953b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,8 +24,7 @@ bind-key -n F6 select-pane -t :.+ bind-key -n F7 select-pane -t :.- bind-key -n F8 next -set-window-option -g window-status-current-bg cyan -set-window-option -g window-status-current-fg black +set-window-option -g window-status-current-style "fg=black bg=cyan" #set-option -g status-utf8 on set-option -g status-bg blue set-option -g status-fg white -- 1.6.6.rc1.39.g9a42