Guest User

Untitled

a guest
Jan 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. vbell off
  2. autodetach on
  3. startup_message off
  4. shell -$SHELL
  5.  
  6. allpartial off
  7. defc1 off
  8. defencoding utf8
  9. bind b encoding big5 utf8
  10. bind u encoding utf8 utf8
  11.  
  12. caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} | %{= KW} %0c:%s "
  13. hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %="
  14.  
  15. #caption always "%{=u .G} %-w%<%{=ub .C}%n %t%{=u .G}%+w "
  16. #hardstatus alwaysignore
  17. #hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y %M %d(%D) %{= .m} %C %A"
  18. bindkey "^[O5C" next
  19. bindkey "^[[C" next
  20. bindkey "^[O5D" prev
  21. bindkey "^[[D" prev
  22. bindkey "^[[1;5D" prev
  23. bindkey "^[[1;5C" next
  24. bindkey "^[[5D" prev
  25. bindkey "^[[5C" next
  26.  
  27. #256 Color Support
  28. termcapinfo xterm|xterm-256color "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m"
  29. term $TERM
Add Comment
Please, Sign In to add comment