Skip to content

Instantly share code, notes, and snippets.

@kohlhofer
Created August 2, 2014 05:39
Show Gist options
  • Save kohlhofer/207a0ef2b3c6a8a5642c to your computer and use it in GitHub Desktop.
Save kohlhofer/207a0ef2b3c6a8a5642c to your computer and use it in GitHub Desktop.
term screen-256color
shell -${SHELL}
defscrollback 5000
startup_message off
altscreen on
defbce on
caption splitonly
# Hide hardstatus: ctrl-a f
bind f eval "hardstatus ignore"
# # Show hardstatus: ctrl-a F
bind F eval "hardstatus alwayslastline"
# Shows a scrolling 'Matrix' like screen (<//www.asty.org/cmatrix>)
bind L screen cmatrix -a -b -u 10
# reload the config (gleamed this from a tmux tutorial of all places)
bind R source ~/.screenrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment