Skip to content

Instantly share code, notes, and snippets.

@mstaack
Forked from Coomer/.screenrc
Created July 22, 2019 07:43
Show Gist options
  • Save mstaack/e628acf7093e0a547dc8a25ec28d6c3e to your computer and use it in GitHub Desktop.
Save mstaack/e628acf7093e0a547dc8a25ec28d6c3e 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.
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