diff options
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ set -g default-terminal "screen-256color" set -g base-index 1 # start window numbering with 1 set-option -g history-limit 10000 +set-option -g allow-rename on bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" |