]> code.delx.au - dotfiles/blob - .screenrc
xmonad: change restart key
[dotfiles] / .screenrc
1 startup_message off
2 altscreen on
3 defbce on
4 shelltitle "$ |bash"
5 term 'screen-s'
6 vbell off
7 defscrollback 10000
8
9 # Display a line at the bottom with hostname, window titles & time
10 caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%? %?%= %{g}][%{B} %l %{W}%c %{g}]'
11
12 # Always send backspace as ^?, which is consistent with the bundled terminfo
13 bindkey -k kb stuff ^?
14
15 # Set the hardstatus prop on gui terms to set the titlebar/icon title
16 termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
17
18 # Fix alternate screen support, for some reason this doesn't get read from terminfo correctly
19 termcapinfo xterm* ti=\E[?1049h:te=\E[?1049l