-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.screenrc
60 lines (49 loc) · 1.44 KB
/
.screenrc
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
startup_message off
shell -$SHELL
autodetach on
nethack on
vbell off
deflogin off
bufferfile $HOME/.buf
#defscrollback 4098
defscrollback 20480
msgwait 2
escape ^jj
defescape ^jj
# hardstatus alwayslastline %w
#bind = resize =
#bind + resize +1
#bind - resize -1
#bind _ resize
#bind j focus down
#bind k focus up
#bind K kill
termcapinfo xterm 'vb@'
# backtick id lifespan autorefresh cmd args...
#backtick 1 1 1 acpi | sed 's/Battery//'
#backtick 1 1 1 acpi
backtick 1 1 1 true
# format of C-a t
time " %C:%s%a %D %M %d, %Y "
time " %C%a %D %M %d, %Y"
time " %C%a %D %M %d, %Y %1` "
# An experiment. Thu Oct 2 18:21:16 PDT 2014
#hardstatus alwayslastline
#hardstatus string "%{= KW}%{= Kw}%{-} %-w%{= bW}%n%f %t%{-}%+w %=%C%a "
#bind w
#bind ^w
# hardstatus [on|off]
# hardstatus [always]lastline|message|ignore [string]
# hardstatus string [string]
# hardstatus on
# hardstatus off
# hardstatus lastline
# hardstatus alwayslastline
# hardstatus message
bind W eval 'bind w windows' 'bind ^w windows' 'hardstatus off' 'hardstatus message' 'hardstatus string ""'
bind R eval 'bind w' 'bind ^w' 'hardstatus alwayslastline' 'hardstatus string "%{= KW}%{= Kw}%{-} %-w%{= bW}%n%f %t%{-}%+w %=%H %C%a "'
bind T eval 'bind w' 'bind ^w' 'hardstatus alwayslastline' 'hardstatus string "%{= KW}%{= Kw}%{-} %-w%{= bW}%n%f %t%{-}%+w %=%H %C:%s "'
register W ^jW
register R ^jR
register T ^jT
process R