]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.shellrc: minor refactoring
[dotfiles.git] / .tmux.conf
index bfecde3653818eb7d8cd5dbd9fb9137f87e68b41..009d69ffb4417364b1571873d605abc11f35a178 100644 (file)
@@ -2,9 +2,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.
+set-option -g renumber-windows on
 
 # Attempt to set the client terminal title
 set-option -g set-titles on
@@ -43,5 +41,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