.screenrc 724 B

1234567891011121314151617181920212223
  1. vbell off
  2. escape ^Zz
  3. startup_message off
  4. # define a bigger scrollback, default is 100 lines, I like large scrollback
  5. defscrollback 10000
  6. # An alternative hardstatus to display a bar at the bottom listing the
  7. # windownames and highlighting the current windowname in blue. (This is only
  8. # enabled if there is no hardstatus setting for your terminal)
  9. hardstatus on
  10. hardstatus alwayslastline
  11. hardstatus string "%{.bW}%-w%{.rY}%n %t%{-}%+w %=%{..G} %H(%l) %{..Y} %Y/%m/%d "
  12. # another way to show window list
  13. #caption always "%?%F%{-b 4w}%:%{-b bb}%? %H | %l | %m-%d %c |%?%F%{-b4w}%?%L=%-Lw%45>%{-b w4}%n%f* %t%{-}%+Lw%-0<"
  14. # some useful keys for resizing
  15. bind = resize =
  16. bind + resize +1
  17. bind - resize -1
  18. bind _ resize max