summaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/screenrc b/screenrc
new file mode 100644
index 0000000..5cc6b3c
--- /dev/null
+++ b/screenrc
@@ -0,0 +1,18 @@
+startup_message off
+nethack on
+
+# change ^A to ^B -- ^B has no real meaning in bash, vim, or nethack.
+escape ^Bb
+
+# no more "bell in window 1", Crassworm!!
+bell_msg ""
+
+# avoid logging in a new user for every term (thanks toft)
+deflogin off
+
+# lines of scrollback!
+defscrollback 2000
+
+# quick esc timeout
+maptimeout 50
+