]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.procmailrc: save sqlobject notifications to python mbox
[dotfiles.git] / .tmux.conf
index bfecde3653818eb7d8cd5dbd9fb9137f87e68b41..6416c24265f9bfd240e0f3ecb58eed9f51059bb9 100644 (file)
@@ -3,8 +3,7 @@ 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.
+# Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6.
 
 # Attempt to set the client terminal title
 set-option -g set-titles on
@@ -43,5 +42,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