Answers:
对的,这是可能的。转到窗口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.
:number +1
将当前窗口与其右边的窗口交换。我发现此选项对于控制当前窗口位置的键绑定很有用(其中一个键不知道要交换的窗口的绝对索引)。