-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
37 lines (27 loc) · 1.02 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
# Use Ctrl-\ as hotkey
# escape \034\034
# Use backtick as hotkey (and repeat to type literal backtick)
escape ``
# Don't use Ctrl-S as hotkey, it hangs the terminal!
# escape "^Ss"
vbell on
### Captions
#caption always "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m/%d(%D) %{=b wm}%c"
caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c"
### Hard Status - hack
#hardstatus alwaysignore
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d-%m %{W}%c %{g}]'
bind T hardstatus ignore
bind R hardstatus alwayslastline
# Terminals I use support native scrolling nicely, so make Screen use that
termcapinfo xterm ti@:te@
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# Default is 100 lines of scrollback
defscrollback 5000
activity "something going on in %n"
startup_message off
# make the shell in every window a login shell
shell -${SHELL}