From 7b535ad1bdcf79a03b05091c97b991a1df92b8aa Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 26 Feb 2009 12:28:57 -0600 Subject: [PATCH] Use default escape key for screen. It wasn't a good idea to use ? for that, C-a is much better. --- screenrc | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.44.2