From: Colin P. Mccabe Date: Thu, 25 Apr 2019 15:10:09 +0000 (-0700) Subject: tmux.conf: fix .tmux.conf to work on newer tmux versions X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-etc;a=commitdiff_plain;h=099de8ef4941d41f7f9cd13a475591a804ba3835 tmux.conf: fix .tmux.conf to work on newer tmux versions --- 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