Skip to content

Instantly share code, notes, and snippets.

@bpo
Created January 26, 2012 23:56
Show Gist options
  • Select an option

  • Save bpo/1685962 to your computer and use it in GitHub Desktop.

Select an option

Save bpo/1685962 to your computer and use it in GitHub Desktop.
backtick 10 3600 3600 status
# backtick 11 300 300 prod_db_load
caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %10` - %l - %LD %d %LM - %c"
# bound to 'home' on kinesis
escape ^Zz
bind b eval "writebuf" "exec sh -c 'pbcopy < /tmp/screen-exchange'"
defscrollback 5000
bind s split
bind j focus down
bind k focus up
bind = resize =
bind + resize +1
bind - resize -1
#! /bin/bash
# trimmed fortune for screen statusbar
fortune -sn 80 | tr '\n' ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment