]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Don't use visual bell in screen.
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Feb 2009 16:07:08 +0000 (17:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:42 +0000 (16:34 +0100)
screenrc

index 3f481075f46759af97a48d04ab69507483ad1c4a..945c909471448858cc72d22a1e2173d8bdc531b8 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -4,6 +4,9 @@
 # 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.