Last active
December 30, 2015 23:49
-
-
Save stuntgoat/7903023 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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