tmux.conf: fix .tmux.conf to work on newer tmux versions
[cmccabe-etc] / .tmux.conf
index 466e9a1..efa953b 100644 (file)
@@ -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