我必须在两种环境中工作。一台 Windows(本地)和一台 Linux(远程)。我已经在两者中安装了 screen linux 实用程序。我可以在我的 Windows 上打开一个屏幕,然后在一个选项卡中,我打开了一个到 linux 远程的 ssh 连接,然后我启动了另一个屏幕。
样本
linux -- |0 linux remote 0| 1 linux remote 1
windows-- |0 linux | 9 windows
Run Code Online (Sandbox Code Playgroud)
我可以使用 Atl+ 在“linux remote 0”和“linux remote 1”之间切换。这是在 .screenrc 中配置的(绑定键“^[0”选择 0)我怎么能切换到“9 个窗口”?