diff --git a/tmux.conf b/tmux.conf index 66e56f6..8c19777 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,7 +10,7 @@ bind Space send-prefix set -s escape-time 0 # Increase scrollback buffer size -set -g history-limit 50000 +set -g history-limit 1000000 # Set tmux messages display time to 4 seconds set -g display-time 4000