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