summaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 13:26:10 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 13:26:10 -0500
commit093f0676170f185e51bbb402ac9a6eabd22208be (patch)
tree5d6838ea5c6c85f05c5ee2f7515ee5b7c50427f2 /screenrc
parent316362e1c073d4184815ca56f2b58be6c42cbaaa (diff)
downloadconf-093f0676170f185e51bbb402ac9a6eabd22208be.tar.gz
conf-093f0676170f185e51bbb402ac9a6eabd22208be.zip
Import screenrc
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
+