]> git.wh0rd.org - home.git/blob - .screenrc
git-rb-all: handle more edge cases
[home.git] / .screenrc
1 startup_message off
2 #nethack on
3 vbell off
4 vbell_msg ""
5 bell_msg ""
6 defscrollback 10000
7 defutf8 on
8 defencoding utf8
9 term screen-256color
10
11 # Unbind the vbell toggle.
12 bind ^g
13
14 # Unbind the digraph command.
15 bind ^v
16
17 # Unbind the lockscreen command.
18 bind x
19 bind ^x
20
21 # Unbind the license command.
22 bind ,
23
24 # Unbind window management commands.
25 bind F
26 bind ^I
27 bind S
28 bind X
29 bind |
30
31 # Unbind the login/logout commands.
32 deflogin off
33 bind L
34 bind I
35 bind O
36
37 # Set default windowlist to include the hardstatus (PS1 shell setting).
38 windowlist string "%3n %h%=%f"