diff options
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index b51fe44..04760e3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,7 @@ set -g default-shell /bin/zsh set -g mouse on set -g default-terminal "screen-256color" +set -g history-limit 8000 set -g repeat-time 250 set -sg escape-time 0 |