]> code.delx.au - dotfiles/blobdiff - .screenrc
bash: reorder initialisation
[dotfiles] / .screenrc
index a241d7d2775afa8638b0878a9f9a83db2e059bc8..34e08e3e9047e4aa452f00d0e738238fbf26c421 100644 (file)
--- 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 ^H, which is consistent with the bundled terminfo
-bindkey -k kb stuff ^H
+# Start from window 1
+bind c screen 1
+bind ^c screen 1
+bind 0 select 10
+screen 1
\ No newline at end of file