Attaching to multiple sessions at the same time via split windows / tabs

2010-07-29 Thread Kit Gerrits
Hello, Whilst it is possible to re-attach multiple screens inside of one "super"screen session, it can get rather messy. The "super"screen will need different keybindings from the "inside" screens in order to allow you to control them both. In your case, I would either: - restore the screens i

Re: screen -X stuff

2010-07-29 Thread Stephen LARROQUE
Hello guys, I don't know if we talk about the same message Alexander, but the solution exists and was cited in the thread you talk about : http://www.mail-archive.com/screen-users@gnu.org/msg01084.html quote : " This is because screen doesn't know which window to use for the 'exec' [or 'stuff']

Re: Attaching to multiple sessions at the same time via split windows / tabs

2010-07-29 Thread Kevin Van Workum
Yeah, I wish you have a command or set of commands run when you reattach. But, how about adding this to your .screenrc: bind ^p eval 'select 0' 'split -v' 'focus right' 'select 1' 'split' 'focus down' 'select 2' 'focus left' 'split' 'focus down' 'select 3' You'll have to completely close your de