Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. hardstatus on
  2. hardstatus alwayslastline
  3. hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%<'
  4. shelltitle "$ |bash"
  5. startup_message off
  6. altscreen on
  7. autodetach on
  8. defscrollback 4096
  9. term linux
  10. bind s
  11. defutf8 on
  12. defflow on # will force screen to process ^S/^Q
  13. deflogin on
  14. # Remove some stupid / dangerous key bindings
  15. bind ^k
  16. #bind L
  17. bind ^\
  18. # Make them better
  19. bind \\ quit
  20. bind K kill
  21. bind I login on
  22. bind O login off
  23. bind } history
Add Comment
Please, Sign In to add comment