X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian_org%2Ffiles%2Froot-dotfiles%2Fscreenrc;fp=modules%2Fdebian_org%2Ffiles%2Froot-dotfiles%2Fscreenrc;h=d59cfb9936aa337b9a9202071d93c2428cfa657c;hb=6f2e5fc86e49c12b12eef39fc69e0e810a32c318;hp=0000000000000000000000000000000000000000;hpb=4326b0a78553bfe9696c10f1a69e1316acd23802;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian_org/files/root-dotfiles/screenrc b/modules/debian_org/files/root-dotfiles/screenrc new file mode 100644 index 000000000..d59cfb993 --- /dev/null +++ b/modules/debian_org/files/root-dotfiles/screenrc @@ -0,0 +1,43 @@ + +## THIS FILE IS UNDER PUPPET CONTROL. +## LOCAL CHANGES WILL BE OVERWRITTEN. + + +startup_message off +deflogin on +#vbell off +defscrollback 10000 +defnonblock 5 + +## set these terminals up to be 'optimal' instead of vt100 +#termcapinfo xterm*|linux*|rxvt*|Eterm* OP + +caption always " %?%F%{r}%?%H%{r}%?%F*%: %? %{rd}| %{r}$LOGNAME%{d} | %{b}%-Lw%{b}%50>%{kw}%n%f* %t %{-}%+Lw%<" + +# fix screens copy&paste (background-color-erase to on) +defbce on + +# xterm, and urxvt on weasel's jessie systems +bindkey "^[[1;5D" prev +bindkey "^[[1;5C" next +bindkey "^[[1;5A" focus up +bindkey "^[[1;5B" focus down + +# urxvt default Ctrl+left/right/up/down on weasel's stretch systems +bindkey "^[Od" prev +bindkey "^[Oc" next +bindkey "^[Oa" focus up +bindkey "^[Ob" focus down + +# gnome terminal (in screen: +#bindkey "^[n" screen +#bindkey "^[O5D" prev +#bindkey "^[O5C" next +#bindkey "^[O5A" focus up +#bindkey "^[O5B" focus down + +# urxvt shift+left/right +#bindkey "^[[d" prev +#bindkey "^[[c" next +#bindkey "^[[a" focus up +#bindkey "^[[b" focus down