summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index c2b4586..07e1dda 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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