diff --git a/tmux.conf b/tmux.conf index bc4bee3..531e52c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -37,6 +37,8 @@ white="#efefef" set -g default-terminal "screen-256color" +set-option -g history-limit 10000 + ### }}} ### statusbar {{{