Skip to content

Instantly share code, notes, and snippets.

@myjpa
Created March 30, 2012 09:10
Show Gist options
  • Save myjpa/2250190 to your computer and use it in GitHub Desktop.
Save myjpa/2250190 to your computer and use it in GitHub Desktop.
sample .screenrc
# Color table:
# 0 Black . leave color unchanged
# 1 Red b blue
# 2 Green c cyan
# 3 Brown / yellow d default color
# 4 Blue g green b bold
# 5 Purple k blacK B blinking
# 6 Cyan m magenta d dim
# 7 White r red r reverse
# 8 unused/illegal w white s standout
# 9 transparent y yellow u underline
vbell off #turn visual bell off
caption string "%w"
hardstatus alwayslastline
hardstatus string '%{= mk}%-Lw%{= kW}%50>%n%f* %t%{= mk} %+Lw%< %{= kG}%-=%D %d %M %Y %c%{-}'
startup_message off
# use F5/F6 to go previous and next page
bindkey -k k5 prev
bindkey -k k6 next
#tell screen to use terminal emulator buffer
termcapinfo xterm|xterms|xs|rxvt ti@:te@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment