如何在GNU屏幕中移动窗口


13

我在窗口1中有一个名为“代码”的窗口,我想将其移至窗口7,这可能吗?


1
您在说什么-您是说将x窗口移至其他虚拟桌面?您正在使用什么X Windows管理器?
Adrian Cornish

不,我的意思是GNU屏幕中的窗口。感谢您的询问。
洛基

Answers:


25

对的,这是可能的。转到窗口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.

5
@Arcege,感谢您的回答。根据您的回答,我从屏幕手册中发现可以为目标窗口编号提供相对值。例如::number +1将当前窗口与其右边的窗口交换。我发现此选项对于控制当前窗口位置的键绑定很有用(其中一个键不知道要交换的窗口的绝对索引)。
ElazarR
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.