tmux.conf: fix .tmux.conf to work on newer tmux versions
authorColin P. Mccabe <colin@cmccabe.xyz>
Thu, 25 Apr 2019 15:10:09 +0000 (08:10 -0700)
committerColin P. Mccabe <colin@cmccabe.xyz>
Thu, 25 Apr 2019 15:10:09 +0000 (08:10 -0700)
.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