📜  如何在 tmux 中循环浏览窗格 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:21.939000             🧑  作者: Mango

代码示例1
Add this to your tmux conf

#move around panes
bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R