I use emacs within screen in SSH for most of my work, and would like to be able to copy text from one session to another. I currently use the mouse to select, but this is problematic for three reasons:
- Spacing often gets messed up, particularly tabs
- I have to get temporarily out of vertical screen split to copy (lest the other half get copied as well)
- I can't copy more than one vertical screen's worth of text
And of course, it slows me down by requiring taking my hands off the keyboard. Is there a way to use some command similar to emacs kill-ring buffers to paste between screen sessions with the keyboard?