projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3d3dc22
)
tmux.conf: fix .tmux.conf to work on newer tmux versions
author
Colin P. Mccabe
<colin@cmccabe.xyz>
Thu, 25 Apr 2019 15:10:09 +0000 (08:10 -0700)
committer
Colin P. Mccabe
<colin@cmccabe.xyz>
Thu, 25 Apr 2019 15:10:09 +0000 (08:10 -0700)
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
466e9a1
..
efa953b
100644
(file)
--- 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