How switch between screen inside screen?

Posted by André Andrade on Super User See other posts from Super User or by André Andrade
Published on 2011-08-25T16:14:54Z Indexed on 2014/05/30 9:32 UTC
Read the original article Hit count: 225

Filed under:
|

I have to work inside two environment. One Windows (local) and one Linux (remote). I've installed the screen linux utility in both. I'm able to open a screen on my windows, then in one tab, I opened a ssh connection to the linux remote and I start another screen.

Sample

linux  -- |0 linux remote 0| 1 linux remote 1 
windows-- |0 linux | 9 windows 

I can switch between "linux remote 0" and "linux remote 1" using Atl+. This is configured in .screenrc (bindkey "^[0" select 0) How could I switch to "9 windows"?

© Super User or respective owner

Related posts about linux

Related posts about gnu-screen