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