Moving windows between GNU screen sessions
- by Bill Casarin
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?