]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / .tmux.conf
index 8d964d6cc7163fdcfe0d8424ffc03c8256817e8b..87a132f73b67b18a4838722f5f1d23d097fb5211 100644 (file)
@@ -30,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
 
@@ -43,5 +43,5 @@ set-option -g history-limit 1000
 # C-b C-a for last-window
 bind-key C-a last-window
 
-# Reload config without restart
-bind R source-file ~/.tmux.conf
+# C-b R to reload config without restart
+bind-key R source-file ~/.tmux.conf