]> git.wh0rd.org - home.git/blob - .screenrc
screenrc: unbind login/logout junk
[home.git] / .screenrc
1 startup_message off
2 #nethack on
3 vbell off
4 vbell_msg ""
5 bell_msg ""
6 defscrollback 10000
7 term screen-256color
8
9 # Unbind the lockscreen command.
10 bind x
11 bind ^x
12
13 # Unbind the license command.
14 bind ,
15
16 # Unbind the login/logout commands.
17 deflogin off
18 bind L
19 bind I
20 bind O
21
22 # Set default windowlist to include the hardstatus (PS1 shell setting).
23 windowlist string "%3n %h%=%f"