From cf7bcb6763d5a0643124f6f2fe6b238be634829b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 16 Sep 2008 17:57:17 +0200 Subject: [PATCH] Added screen configuration file. --- screenrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 screenrc diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..f6e5d97 --- /dev/null +++ b/screenrc @@ -0,0 +1,20 @@ +# Screen configuration file. + + +# Don't display startup message. +startup_message 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 to 5000 lines. +defscrollback 5000 + +# Bind P to paste the buffer content, like Vim's p. +bind P paste . + +# Always display the status line and display the name of the window. +hardstatus on +hardstatus alwayslastline "%w" -- 2.44.1