有没有办法设置 tmux,以便当我切换到窗格时它会自动调整窗口宽度,使其与我打开的文件中最长(在屏幕上可见)行一样宽?
我使用命令手动执行此操作
:resize-pane -R 10
,或者
:resize-pane -L 10
我总是必须猜测数字,当我切换到另一个窗格时,我必须再次执行此操作
请注意,此功能仅与垂直窗格相关。
答案1
似乎没有办法自动执行此操作。但是,您可以使用鼠标:
mouse-resize-pane [on | off]
If on, tmux captures the mouse and allows panes to be
resized by dragging on their borders.