From: Simon Ruderich Date: Thu, 26 Feb 2009 18:28:57 +0000 (-0600) Subject: Use default escape key for screen. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=7b535ad1bdcf79a03b05091c97b991a1df92b8aa;p=config%2Fdotfiles.git Use default escape key for screen. It wasn't a good idea to use ? for that, C-a is much better. --- diff --git a/screenrc b/screenrc index 945c909..0b9f190 100644 --- a/screenrc +++ b/screenrc @@ -7,11 +7,6 @@ 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 to display the help window. -bind ^H help - # Increase the scrollback buffer. defscrollback 10000