Moving windows between GNU screen sessions

Posted by Bill Casarin on Super User See other posts from Super User or by Bill Casarin
Published on 2010-04-10T05:22:23Z Indexed on 2010/04/10 5:23 UTC
Read the original article Hit count: 273

Filed under:

Is there a way to move windows between different screen sessions?

For example lets say I have this scenario:

screen -S screen1
vim *.cpp
C-a d
screen -S screen2

Is there any way to move my shell containing my vim session from screen1 to screen2?

© Super User or respective owner

Related posts about gnu-screen