Advertisement
Guest User

Untitled

a guest
May 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. startup_message off
  2. autodetach on
  3.  
  4.  
  5. hardstatus on
  6. hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
  7.  
  8. # 256 color xterm
  9. #terminfo and termcap for nice 256 color terminal
  10. # allow bold colors - necessary for some reason
  11. attrcolor b ".I"
  12.  
  13. # tell screen how to set colors. AB = background, AF=foreground
  14. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  15.  
  16. # erase background with current bg color
  17. defbce "on"
  18.  
  19. term xterm-256color
  20.  
  21. caption splitonly
  22.  
  23. # for shift right and left arrows
  24. bindkey ^[[1;2D prev
  25. bindkey ^[[1;2C next
  26.  
  27. escape ^\\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement