Created
October 2, 2011 17:47
-
-
Save jamztang/1257693 to your computer and use it in GitHub Desktop.
.screenrc
This file contains 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
shell -${SHELL} | |
caption always "%n(%t) : %C" | |
startup_message off | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' | |
defscrollback 5000 | |
bind b eval "writebuf" "exec sh -c 'pbcopy < /tmp/screen-exchange'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment