]> git.phdru.name Git - dotfiles.git/blobdiff - .tmux.conf
.mc/menu: exclude python byte-compiled files for diff
[dotfiles.git] / .tmux.conf
index b301c694633ddf12187f96a328600f02c4fd08ea..009d69ffb4417364b1571873d605abc11f35a178 100644 (file)
@@ -2,7 +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
+set-option -g renumber-windows on
 
 # Attempt to set the client terminal title
 set-option -g set-titles on
@@ -28,7 +28,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
 
@@ -41,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