]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - screenrc
Add setup support.
[config/dotfiles.git] / screenrc
index f6e5d971ad6ed8aca28ecafa200364aec277401a..945c909471448858cc72d22a1e2173d8bdc531b8 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -4,13 +4,16 @@
 # Don't display startup message.
 startup_message off
 
+# Don't use visual bell.
+vbell off
+
 # Use "?" as escape key, not used so often (by me) and easy to reach.
 escape ??
 # As "?" is the escape key, bind <C-h> 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 .