diff options
author | Peter Palfrader <peter@palfrader.org> | 2014-09-11 21:31:33 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2014-09-11 21:31:33 +0200 |
commit | 54ac5764a9c2657453623f4cab7237ed6f5a8e6a (patch) | |
tree | 794e59936b704be9ae9f9acfde1cc98846da1cd5 | |
parent | bc119e01c078884bde1ac559b7d1bb20e1178eb8 (diff) |
Set other tmux colors
-rw-r--r-- | tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # mess with the status window -#set -g status-bg colour109 -#set -g status-right "[#T]" -#setw -g window-status-current-bg white +set -g status-bg colour109 +set -g status-right "[#T]" +setw -g window-status-current-bg white bind -n C-Right next-window bind -n C-Left previous-window |