如何更改byobu中的屏幕顺序?


Answers:


20

您可以轻松地将操作绑定到 左移位 右移 ,使用:

bindkey "^[[1;2D" prev
bindkey "^[[1;2C" next

请注意,Byobu 5.12默认使用这些绑定 左移位 右移

您可以通过按下以下步骤轻松地将窗口从一个窗口号移动到另一个窗口号

ctrl-a :number [SOME_NUMBER]

但是,GNU Screen不支持SOME_NUMBER为相对值,如+1或-1。相反,它必须是绝对窗口编号,如“8”或“2”。

屏风 支持 TMUX 作为后端,除了 屏幕 。 Tmux确实支持此功能,可以通过突出显示要移动的窗口并按下来完成 Ctrl-Shift-F3 将它向左移动,然后 Ctrl-Shift-F4 把它移动吧。

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.