Advertisement
dyeske

dot.screenrc

Jun 20th, 2024
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. attrcolor b ".I"
  2. vbell off
  3. autodetach on
  4. startup_message off
  5. pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
  6. defscrollback 15000
  7. termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
  8. defbce "on"
  9. #termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
  10. #terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
  11. #termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
  12. #termcapinfo xterm* OL=10000
  13. #termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
  14. #termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
  15. #termcapinfo xterm 'kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:kP=\E[H:kN=\E[6~'
  16. #termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
  17. #termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
  18. #termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
  19. #termcapinfo xterm be
  20. #termcapinfo wy75-42 xo:hs@
  21. #termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J
  22. #termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
  23. #termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
  24. #terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
  25.  
  26. #Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm
  27.  
  28. shell -${SHELL}
  29.  
  30. bind k
  31. bind ^k
  32. bind .
  33. bind ^\
  34. bind \\
  35. bind ^h
  36. bind h
  37. bind ^x
  38. bind x
  39. bind 'K' kill
  40. #bind 'I' login on
  41. #bind 'O' login off
  42. bind '}' history
  43.  
  44. register [ "\033:se noai\015a"
  45. register ] "\033:se ai\015a"
  46. bind ^] paste [.]
  47. # caption always "%{+b rk}%H%{gk}%c %Y%m%d%{yk} %{rw}%n%f %t %{bk} %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%? | %{rk} Load: %l %{wk}"
  48.  
  49. #shelltitle '@|'
  50. #hardstatus alwayslastline '%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<'
  51. #
  52. #
  53. hardstatus alwayslastline
  54. hardstatus string '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[%m/%d/%y %C %A]%{W}'
  55. #
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement