Answers:
我建议使用五个tmux预设之一来调整多个窗格的大小:
C-b M-1 # vertical split, all panes same width
C-b M-2 # horizontal split, all panes same height
C-b M-3 # horizontal split, main pane on top,
other panes on bottom, vertically split, all same width
C-b M-4 # vertical split, main pane left,
other panes right, horizontally split, all same height
C-b M-5 # tile, new panes on bottom, same height before same width
M
表示通常绑定到的元密钥ALT。
有关更多信息,请参见tmux联机帮助页。
PREFIX Space
是:next-layout的快捷方式