summaryrefslogtreecommitdiffstats
path: root/screen/.screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'screen/.screenrc')
-rw-r--r--screen/.screenrc28
1 files changed, 28 insertions, 0 deletions
diff --git a/screen/.screenrc b/screen/.screenrc
new file mode 100644
index 0000000..414b4c9
--- /dev/null
+++ b/screen/.screenrc
@@ -0,0 +1,28 @@
+# .screenrc, based on Eidolos' config at http://sartak.org/conf/
+startup_message off
+nethack on
+
+# bells in background windows make bells in the foreground window
+bell_msg "^G"
+
+# i turn visual bell on in terminal settings, don't do it here
+vbell off
+
+# avoid logging in a new user for every term (thanks toft)
+deflogin off
+
+# lines of scrollback!
+defscrollback 4096
+
+# quick esc timeout
+maptimeout 50
+
+# use the alternate screen feature (for full-screen curses apps, etc)
+altscreen on
+
+# some keybindings
+bind ^a windowlist -b
+bind ^g screen //group
+
+# i want utf8 in screen too
+defutf8 on