summaryrefslogtreecommitdiffstats
path: root/screenrc
blob: 414b4c954d8b147f11ca82a7b9a826af6472db39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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