Screen

From Bitpost wiki
Revision as of 13:32, 28 February 2018 by M (talk | contribs) (Created page with " === Copy buffer to clipboard === I should probably prefer an improved set of keys to navigate the screen and copy parts of it... But for the moment: https://stackov...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Copy buffer to clipboard

I should probably prefer an improved set of keys to navigate the screen and copy parts of it...

But for the moment:

       https://stackoverflow.com/questions/16111548/how-to-copy-the-gnu-screen-copy-buffer-to-clipboard
       1) use screen
       2) set this in your "screen .rc file":
           bindkey -m ' ' eval 'stuff \040' 'writebuf' 'exec sh -c "/usr/bin/pbcopy < /tmp/screen-exchange"'