X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/413d245aebfdcc23940a84e54b908533e4c701a6..071954e62880af01cdfb77742b7c0d269492ec08:/.screenrc diff --git a/.screenrc b/.screenrc index 366fdbc..34e08e3 100644 --- a/.screenrc +++ b/.screenrc @@ -1,8 +1,15 @@ -startup_message off altscreen on +defbce on +defscrollback 10000 +escape ^Zz shelltitle "$ |bash" -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}]' +startup_message off +vbell off + +caption always '%{= kW}%Lw %{R}| %{kG}%h %= %?%{R}| %{kM}%Ppaste %?%?%{R}| %{kM}%EC-z %?%{R}| %{kB}%0c' -# Always send backspace as ^?, which is consistent with the bundled terminfo -bindkey -k kb stuff ^? +# Start from window 1 +bind c screen 1 +bind ^c screen 1 +bind 0 select 10 +screen 1 \ No newline at end of file