Fixed typo breaking Makefile:override
[dotfiles-public.git] / _screenrc
1 # .screenrc startup file for GNU Screen
2
3
4 # don't show the startup splash screen
5 startup_message off
6
7 # we're not graphical
8 unsetenv DISPLAY
9
10 # automatically detach on hangup.
11 autodetach on
12
13 # These keybindings always annoy me (and Steve :p): xon/xoff.
14 # Remove them.
15 bind ^Q
16 bind q
17 bind ^S
18 bind s 
19
20 # If a window goes unresponsive, don't block the whole session waiting for it.
21 nonblock on