如何在 GNU Screen 中移动窗口

如何在 GNU Screen 中移动窗口

我在窗口 1 中有一个名为“Codes”的窗口,我想将其移动到窗口 7,可以吗?

答案1

对的,这是可能的。转到窗口 1,键入命令字符(例如CTRL-A),然后键入::number 7。如果7处已经有一个窗口,那么这两个窗口将被交换(窗口7将成为窗口1)。从联机帮助页:

   Change the current windows number. If the given  number  n  is  already
   used  by  another  window,  both  windows exchange their numbers. If no
   argument is specified, the current window number (and title) is shown.

相关内容