Skip to content

Instantly share code, notes, and snippets.

@mbelletti
Forked from Coomer/.screenrc
Last active August 29, 2015 14:22
Show Gist options
  • Save mbelletti/a0906a8a7fa03422ac85 to your computer and use it in GitHub Desktop.
Save mbelletti/a0906a8a7fa03422ac85 to your computer and use it in GitHub Desktop.
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