summaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/screenrc b/screenrc
deleted file mode 100644
index 414b4c9..0000000
--- a/screenrc
+++ /dev/null
@@ -1,28 +0,0 @@
-# .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