Created
February 28, 2014 19:26
-
-
Save Coomer/9277921 to your computer and use it in GitHub Desktop.
Coomer's .screenrc for GNU Screen on Mac OS X. Save this as .screenrc in your home directory.
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
altscreen on | |
hardstatus on | |
hardstatus alwayslastline | |
startup_message off | |
termcapinfo xterm ti@:te@ | |
hardstatus string " %{= kC}%-w%{.rW}%n %t%{-}%+w %=%{..C} %H %{..C} %m/%d " | |
defscrollback 1000 | |
# Bind C-a v to copy buffer to Mac OS X clipboard. | |
bind v 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
you made my day