Advertisement
Algabe

screenrc

Dec 15th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. ____
  2. / ___| ___ _ __ ___ ___ _ __
  3. \___ \ / __| '__/ _ \/ _ \ '_ \
  4. ___) | (__| | | __/ __/ | | |
  5. |____/ \___|_| \___|\___|_| |_|
  6. #
  7. # This is an example for the global screenrc file.
  8. # You may want to install this file as /usr/local/etc/screenrc.
  9. # Check config.h for the exact location.
  10. #
  11. # Flaws of termcap and standard settings are done here.
  12. #
  13.  
  14. startup_message off
  15.  
  16. #defflow on # will force screen to process ^S/^Q
  17.  
  18. deflogin on
  19. autodetach on
  20. shelltitle '$ |zsh'
  21.  
  22. vbell off
  23. vbell_msg " Wuff ---- Wuff!! "
  24.  
  25. # all termcap entries are now duplicated as terminfo entries.
  26. # only difference should be the slightly modified syntax, and check for
  27. # terminfo entries, that are already corected in the database.
  28. #
  29. # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
  30. # WS this sequence resizes our window.
  31. # cs this sequence changes the scrollregion
  32. # hs@ we have no hardware statusline. screen will only believe that
  33. # there is a hardware status line if hs,ts,fs,ds are all set.
  34. # ts to statusline
  35. # fs from statusline
  36. # ds delete statusline
  37. # al add one line
  38. # AL add multiple lines
  39. # dl delete one line
  40. # DL delete multiple lines
  41. # ic insert one char (space)
  42. # IC insert multiple chars
  43. # nx terminal uses xon/xoff
  44.  
  45. term screen-256color
  46.  
  47. termcap facit|vt100|xterm LP:G0
  48. terminfo facit|vt100|xterm LP:G0
  49.  
  50. #the vt100 description does not mention "dl". *sigh*
  51. termcap vt100 dl=5\E[M
  52. terminfo vt100 dl=5\E[M
  53.  
  54. #facit's "al" / "dl" are buggy if the current / last line
  55. #contain attributes...
  56. termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
  57. terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
  58.  
  59. #make sun termcap/info better
  60. termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt'
  61. terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>'
  62.  
  63. #xterm understands both im/ic and doesn't have a status line.
  64. #Note: Do not specify im and ic in the real termcap/info file as
  65. #some programs (e.g. vi) will (no,no, may (jw)) not work anymore.
  66. termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
  67. terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
  68.  
  69. # Long time I had this in my private screenrc file. But many people
  70. # seem to want it (jw):
  71. # we do not want the width to change to 80 characters on startup:
  72. # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
  73. termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
  74. terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
  75.  
  76. #
  77. # Do not use xterms alternate window buffer.
  78. # This one would not add lines to the scrollback buffer.
  79. #termcap xterm|xterms|xs ti=\E7\E[?47l
  80. #terminfo xterm|xterms|xs ti=\E7\E[?47l
  81.  
  82. #make hp700 termcap/info better
  83. termcap 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@'
  84. terminfo 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@'
  85.  
  86. #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff")
  87. #(nowadays: nx = padding doesn't work, have to use xon/off)
  88. #essential to have it here, as this is a slow terminal.
  89. termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
  90. terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
  91.  
  92. hardstatus alwayslastline '%{= 9G}[ %{G}%H %{g}][%= %{= 9w}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d.%m.%y %{W}%c %{g}]'
  93.  
  94. # screens y programas a iniciar
  95.  
  96. #screen -t zsh 0 zsh
  97. #screen -t irssi 1 irssi
  98. #screen -t ncmpcpp 2 ncmpcpp
  99.  
  100. altscreen on
  101. defbce on
  102. defscrollback 100000
  103. defencoding utf-8
  104. encoding utf-8 utf-8
  105.  
  106. # Use login shell.
  107. shell $SHELL
  108.  
  109. # Enable scrolling on Terminal.app
  110. termcapinfo rxvt* 'hs:ts=\E]2;:fs=\007:ds=\E]2;\007'
  111.  
  112. # Escapes the 'z' character, instead of 'c'.
  113. escape ^aa
  114.  
  115. # Set up the tab bar.
  116. #caption always "%?%F%{=u ..}%? %h %-024=%{+b}"
  117.  
  118. #remove some stupid / dangerous key bindings
  119. bind ^k
  120. #bind L
  121. bind ^\
  122. #make them better
  123. bind \\ quit
  124. bind K kill
  125. bind I login on
  126. bind O login off
  127. bind } history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement