tmux 移动 window william 收录于 Tools2023-05-24 约 100 字 预计阅读 1 分钟 警告 本文最后更新于 2023-05-24,文中内容可能已过时。 移动 tmux-window 1 2 3 4 5 6 7 8 ## 使用 Shift-> 或者 Shift<- 移动 ## tmux2 bind-key -n S-Left swap-window -t -1 bind-key -n S-Right swap-window -t +1 ## tmux3 bind-key -n S-Left swap-window -t -1\; select-window -t -1 bind-key -n S-Right swap-window -t +1\; select-window -t +1 相关内容 tmux 窗口重命名:rename window tmux:终端神器 配置强大终端: zsh+tmux+powerline+autojump tmux 小技巧 fzf 配置指南 赞赏 支付宝 微信 Please enable JavaScript to view the comments powered by giscus.