From: Simon Ruderich Date: Tue, 16 Sep 2008 15:57:17 +0000 (+0200) Subject: Added screen configuration file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=cf7bcb6763d5a0643124f6f2fe6b238be634829b;p=config%2Fdotfiles.git Added screen configuration file. --- 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"