From: Simon Ruderich Date: Tue, 27 Jan 2009 16:06:22 +0000 (+0100) Subject: Increase screen's scrollback buffer. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=e21f506982168662ae6c5d0bf4d8f65afa2c67d1;p=config%2Fdotfiles.git Increase screen's scrollback buffer. Very useful when building applications to read the output. 5000 lines was not enough for me. --- diff --git a/screenrc b/screenrc index f6e5d97..3f48107 100644 --- a/screenrc +++ b/screenrc @@ -9,8 +9,8 @@ escape ?? # As "?" is the escape key, bind to display the help window. bind ^H help -# Increase the scrollback buffer to 5000 lines. -defscrollback 5000 +# Increase the scrollback buffer. +defscrollback 10000 # Bind P to paste the buffer content, like Vim's p. bind P paste .