Untitled

From Edgy Agouti, 8 Years ago, written in Plain Text, viewed 4 times.
URL https://paste.blessuren.de/view/3b8a89b6 Embed
Download Paste or View Raw
  1. vbell off
  2. startup_message off
  3. pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
  4. defscrollback 5000
  5. deflogin off
  6.  
  7. register [ "\033:set paste\015a"
  8. register ] "\033:set nopaste\015a"
  9. bind ^] paste [.]
  10.  
  11. screen 1
  12. bind c screen 1
  13. bind ^c screen 1
  14. bind 0 select 10
  15.  
  16. bind j focus down
  17. bind ^j focus down
  18. bind k focus up
  19. bind ^k focus up
  20.  
  21. bind ^f fit
  22.  
  23. ## Palm Keyboard:
  24. #bindkey "▒" stuff "^["
  25. #bindkey "▒" stuff "^[[5~"
  26. #bindkey "▒" stuff "^[[6~"
  27. #bindkey "▒" command
  28. ## Palm pssh:
  29. #bindkey "▒" select 1
  30. #bindkey "▒" select 2
  31. #bindkey "▒" select 3
  32. #bindkey "▒" next
  33. #bindkey "▒" prev
  34. #bindkey "▒" stuff "^D"
  35. #bindkey "▒" screen 1
  36.  
  37. vbell_msg "          Snoopy yips.          "
  38. bell_msg "          Snoopy%n yips.          ^G"
  39.  
  40. unsetenv DISPLAY
  41.  
  42. #sorendition "+b kg"
  43. #sorendition "=b kg"
  44. sorendition "=s kg"
  45.  
  46. termcapinfo xterm|xterms|xs ti@:te@:vb@
  47. termcapinfo vt220 ti@:te@:vb@
  48. #termcapinfo xterm*|linux*|rxvt*|Eterm* OP
  49.  
  50. #termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
  51. #hardstatus string "[screen %n%?: %t%?] %h"
  52.  
  53. #defbce on
  54. #term screen-bce
  55.  
  56. hardstatus off
  57. hardstatus alwayslastline
  58. #hardstatus string "%{=b}%{G} %{b}%w %=%{kG}%C%A  %D, %M/%d/%Y "
  59. #hardstatus string "%{.1099} %-w%{.bg}%n %t%{-}%+w %=%H %c:%s "
  60. #hardstatus string "%{.1099} %-Lw%{.bg}%n %t%{-}%+Lw %=%H %0c"
  61. #hardstatus string "%{.1099} %-Lw%{.bg}%40L>%n %t%{-}%+Lw %=%H %0c%<"
  62. hardstatus string "%{.1099} %-w%{.dd}%40L>%n %t%{-}%+w %=%H %0c%<"
  63. #height -d 24
  64.  
  65. # <esc> to kill, <return> to resurrect
  66. #zombie "^[^m"
  67.  

Reply to "Untitled"

Here you can reply to the paste above