From e797cbdc7395545c44fbcce2653cb2d415810424 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 10 Mar 2013 15:32:30 +0100 Subject: [PATCH] screenrc/tmux.conf: Increase scrollback buffer. --- screenrc.in | 2 +- tmux.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.1