screenrc 823 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # no passwd
  2. bind x
  3. bind ^k
  4. bind K kill
  5. # bind m number
  6. # cleaner shell title
  7. shelltitle ''
  8. # allows you to keep what was displayed on your terminal when exiting things like man, less rather than having your terminal cleared
  9. altscreen on
  10. # shows your sessions in utmp
  11. deflogin on
  12. # Never, ever turn this off.
  13. autodetach on
  14. vbell off
  15. nethack on
  16. # utf8 on
  17. # bindkey -a ku \033[A
  18. # flow off
  19. bind ^s
  20. bind s
  21. defscrollback 7000
  22. hardstatus on
  23. hardstatus alwayslastline
  24. # hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %c"
  25. # SHIT! if it is too dynamic (%c) then scroll jumps back most irritatingly
  26. hardstatus string "%{.gW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d "
  27. termcapinfo xterm 'bc@:bs@'
  28. defutf8 on
  29. defencoding utf8
  30. # fix annoying scroll problem
  31. termcapinfo xterm|xterms|xs|rxvt ti@:te@