X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/c56e451a48578acd1875f8f648b595566c1036bd..a21efa43c917f62d9ea1b15043aa64bf8b8d4ab4:/.screenrc diff --git a/.screenrc b/.screenrc index d8db0be..34e08e3 100644 --- a/.screenrc +++ b/.screenrc @@ -1,15 +1,15 @@ -startup_message off altscreen on defbce on +defscrollback 10000 +escape ^Zz shelltitle "$ |bash" -term 'screen-s' - -# Screen needs to be told how to set the xterm titlebar -termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007' - -# Display a line at the bottom with hostname, window titles & time -caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' +startup_message off +vbell off -# Always send backspace as ^?, which is consistent with the bundled terminfo -bindkey -k kb stuff ^? +caption always '%{= kW}%Lw %{R}| %{kG}%h %= %?%{R}| %{kM}%Ppaste %?%?%{R}| %{kM}%EC-z %?%{R}| %{kB}%0c' +# Start from window 1 +bind c screen 1 +bind ^c screen 1 +bind 0 select 10 +screen 1 \ No newline at end of file