答案1
Ctrl b, w
将列出所有窗口。要重新绑定它,您可以将这些行放入您的.tmux.conf
# -n means it doesn't require ctrl+b as prefix.
bind-key -n F2 next-window #f2 goes to next window.
bind-key -n F1 previous-window
bind-key -n f3 choose-window #f3 displays window list.
Ctrl b, w
将列出所有窗口。要重新绑定它,您可以将这些行放入您的.tmux.conf
# -n means it doesn't require ctrl+b as prefix.
bind-key -n F2 next-window #f2 goes to next window.
bind-key -n F1 previous-window
bind-key -n f3 choose-window #f3 displays window list.