fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / screenrc
1
2 ## THIS FILE IS UNDER PUPPET CONTROL.
3 ## LOCAL CHANGES WILL BE OVERWRITTEN.
4
5
6 startup_message off
7 deflogin on
8 #vbell off
9 defscrollback 10000
10 defnonblock 5
11
12 ## set these terminals up to be 'optimal' instead of vt100
13 #termcapinfo xterm*|linux*|rxvt*|Eterm* OP
14
15 caption always " %?%F%{r}%?%H%{r}%?%F*%: %? %{rd}| %{r}$LOGNAME%{d} | %{b}%-Lw%{b}%50>%{kw}%n%f* %t %{-}%+Lw%<"
16
17 # fix screens copy&paste (background-color-erase to on)
18 defbce on
19
20 # xterm, and urxvt on weasel's jessie systems
21 bindkey "^[[1;5D" prev
22 bindkey "^[[1;5C" next
23 bindkey "^[[1;5A" focus up
24 bindkey "^[[1;5B" focus down
25
26 # urxvt default Ctrl+left/right/up/down on weasel's stretch systems
27 bindkey "^[Od" prev
28 bindkey "^[Oc" next
29 bindkey "^[Oa" focus up
30 bindkey "^[Ob" focus down
31
32 # gnome terminal (in screen:
33 #bindkey "^[n" screen
34 #bindkey "^[O5D" prev
35 #bindkey "^[O5C" next
36 #bindkey "^[O5A" focus up
37 #bindkey "^[O5B" focus down
38
39 # urxvt shift+left/right
40 #bindkey "^[[d" prev
41 #bindkey "^[[c" next
42 #bindkey "^[[a" focus up
43 #bindkey "^[[b" focus down