]> code.delx.au - dotfiles/blobdiff - .screenrc
xmonad: default to tabbed layout
[dotfiles] / .screenrc
index d5eef338dfbfad84606785ffdf0adb7ff1f4a3b7..34e08e3e9047e4aa452f00d0e738238fbf26c421 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,13 +1,15 @@
-startup_message off
 altscreen on
 defbce on
+defscrollback 10000
+escape ^Zz
 shelltitle "$ |bash"
-term 'screen-s'
+startup_message off
 vbell off
 
-# 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} %l %{W}%c %{g}]'
-
-# 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