Define a bigger scrollback, default is 100 lines.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:57:28 +0300
changeset 206 e27dc360b685
parent 205 a13f2fb04ded
child 207 db705bb4344e
Define a bigger scrollback, default is 100 lines.
.screenrc
--- a/.screenrc	Sun Sep 25 16:52:38 2011 +0300
+++ b/.screenrc	Sun Sep 25 16:57:28 2011 +0300
@@ -7,13 +7,16 @@
 # If a window goes unresponsive, don't block the whole session waiting for it.
 nonblock on
 
+# Window numbering starts at 1, not 0.
+bind c screen 1
+bind 0 select 10
+
+# Define a bigger scrollback, default is 100 lines.
+defscrollback 10000
+
+vbell on
+
 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
 bindkey "^[[1;5I" next
 bindkey "^[[1;6I" prev
 
-# Window numbering starts at 1, not 0.
-bind c screen 1
-bind 0 select 10
-
-vbell on
-