Guest User

Untitled

a guest
Feb 20th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. escape "^Ll"
  2. setenv LC_CTYPE en_US.UTF-8
  3. defutf8 on
  4.  
  5. autodetach on
  6. crlf off
  7. deflogin off
  8. hardcopy_append on
  9.  
  10. startup_message off
  11. vbell off
  12.  
  13. defscrollback 10000
  14. silencewait 15
  15.  
  16. termcapinfo xterm*|Eterm|mlterm|rxvt 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007'
  17. defhstatus "$USER@ H | # | t"
  18. hardstatus alwayslastline
  19. hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{dy} %m/%d %{W}%c %{g}]'
  20.  
  21. activity "%c activity -> %n%f %t"
  22. bell "%c bell -> %n%f %t^G"
  23. vbell_msg " *beep* "
  24.  
  25. bind ~ activity "%c activity -> %n%f %t"
  26. bind * activity "%c activity -> %n%f %t"
  27. bind b eval "writebuf" "exec sh -c 'pbcopy < /tmp/screen-exchange'"
  28.  
  29. # for launching some of the stuff i use most
  30. bind V screen -t 'vim' 0 vim
  31. bind P screen -t 'psql' 0 psql -d jamlab -U pgsql
  32. bind C screen -t 'console' 0 ./script/console
  33. bind m screen -t 'server' 0 ./script/server
  34. bind R screen -t 'irb' 0 irb
  35.  
  36. shell zsh
Add Comment
Please, Sign In to add comment