Skip to content

Instantly share code, notes, and snippets.

@stuntgoat
Last active December 30, 2015 23:49
Show Gist options
  • Save stuntgoat/7903023 to your computer and use it in GitHub Desktop.
Save stuntgoat/7903023 to your computer and use it in GitHub Desktop.
# a lot of screen history saved
defscrollback 500000
# for emacs bindings
markkeys "h=^B:l=^F:$=^E"
# output a screen copy buffer to mac os pasteboard
bufferfile /tmp/screen-exchange
bind y 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