]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added screen configuration file.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Sep 2008 15:57:17 +0000 (17:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 16 Sep 2008 15:57:17 +0000 (17:57 +0200)
screenrc [new file with mode: 0644]

diff --git a/screenrc b/screenrc
new file mode 100644 (file)
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 <C-h> 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"