I used too many levels of indirection and now I can't get out.
- I used Tmux from my jump host to get into the dev host.
- Then I used screen to keep track of what I'm doing on the dev host.
- Finally I started a program using Qemu (
--nographic).
Normally I would quit Qemu using the keys C-a x, but:
- I've also bound
C-ato be my escape for Tmux and Screen. - Typing
C-a xand Tmux asks if I want to close the window. - Typing
C-a C-a xlogs me out of Screen. - Typing
C-a C-a C-a xand again Tmux asks if I want to close the window.
How do I send C-a x to the triple-nested Qemu?