Advertisement
Guest User

.screenrc

a guest
Nov 21st, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. # GNU SCREEN CONFIGURATION FILE
  2. # To be placed in ~/.screenrc
  3. # (will work only on new screens, not existing ones ;)
  4.  
  5. # Bind F11 and F12 (NOT F1 and F2) to previous and next screen window
  6. bindkey -k F1 prev bindkey -k F2 next startup_message off
  7.  
  8. # Window list at the bottom.
  9. hardstatus alwayslastline
  10. hardstatus string "%-w%{= BW}%50>%n %t%{-}%+w%< | %c | %D %d"
  11.  
  12. # Enable mouse scrolling and scroll bar history scrolling
  13. termcapinfo xterm* ti@:te@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement