From: Simon Ruderich Date: Sun, 10 Mar 2013 14:32:30 +0000 (+0100) Subject: screenrc/tmux.conf: Increase scrollback buffer. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e797cbdc7395545c44fbcce2653cb2d415810424;p=config%2Fdotfiles.git screenrc/tmux.conf: Increase scrollback buffer. --- diff --git a/screenrc.in b/screenrc.in index 08aa55b..d36bce5 100644 --- a/screenrc.in +++ b/screenrc.in @@ -33,7 +33,7 @@ startup_message off vbell on # Increase the scrollback buffer. -defscrollback 10000 +defscrollback 50000 # Ignore case when searching. ignorecase on diff --git a/tmux.conf.in b/tmux.conf.in index c748eea..34cf1f1 100644 --- a/tmux.conf.in +++ b/tmux.conf.in @@ -28,7 +28,7 @@ set-option -g default-shell "/bin/zsh" # Use a larger window history, in lines. -set-option -g history-limit 10000 +set-option -g history-limit 50000 # Display Tmux messages for a longer time, in milliseconds. set-option -g display-time 3000