I've accidentally attached to a 2nd GNU screen session from within an existing screen session and cannot detach or issue commands to the inner screen. I remember figuring out how to do that before but completely forgot and would like to keep it as reference.
One way is to detach the inner screen by doing screen -dr
from shell, but what is the key combination to do that from within screen itself?
Voted and closed.
– Mar 16 '09 at 23:32ctrl-t a d
. – chaos Oct 24 '13 at 15:19escape ^Tt
to your~/.screenrc
. – brandizzi Oct 24 '13 at 16:47