]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
"from *black on* harsh green"
[dotfiles.git] / .tmux.conf
index b301c694633ddf12187f96a328600f02c4fd08ea..bfecde3653818eb7d8cd5dbd9fb9137f87e68b41 100644 (file)
@@ -3,6 +3,8 @@ set-option -g base-index 1
 set-option -g pane-base-index 1
 # Renumber windows sequentially after closing any of them
 #set-option -g renumber-windows on
+#Commented out - it doesn't work with my tmux.
+#Perhaps tmux in Debian 7 is too old.
 
 # Attempt to set the client terminal title
 set-option -g set-titles on
@@ -28,7 +30,7 @@ set-window-option -g aggressive-resize on
 set-option -g visual-activity on
 set-window-option -g monitor-activity on
 
-# Soften status bar color from harsh green to black on cyan
+# Soften status bar color from black on harsh green to black on cyan
 set-option -g status-fg black
 set-option -g status-bg cyan