Is it possible to run a gnu screen within a gnu screen? I'm not sure how the key bindings would work. I need to log into a server that is already running a screen session, from a local screen session.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Or you just hit ctrl-a followed by another ctrl-a to actually send the ctrl-a to the nested screen instance. |
|||||||||
|
|
If you clear the You then have to send a literal So to create a new window in the nested session you would press |
|||
|
|
|
Yes, it is possible. You will need to redefine
|
|||
|
|
|
'Ctrl-a a' sends a ctrl-a to the nested screen. eg, if you want to add a new tab, you do 'ctrl-a a c' if you want to disconnect: 'ctrl-a a d' |
|||
|
|