Created
January 26, 2012 23:56
-
-
Save bpo/1685962 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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