11
4
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?
1i don't think so, but i'm not much of a screen guru. interesting question, +1. – quack quixote – 2010-04-10T05:54:32.980
2
found a discussion on the screen mailing list - http://lists.gnu.org/archive/html/screen-users/2008-04/msg00009.html - it's not possible at the moment and a 'nightmare' to implement apparently.
– William Casarin – 2010-04-12T16:40:15.613