Hoo*_*oov 24
例如,您可以在现有会话中将其设置ctrl-b :set display-panes-time 2000为 2 秒。要坚持下去,请将命令放入您的~/.tmux.conf
set -g display-panes-time 2000
Run Code Online (Sandbox Code Playgroud)
这在 tmux 联机帮助页 ( man tmux) 中的 OPTIONS 下进行了记录:
display-panes-time time
Set the time in milliseconds for which the indicators shown by the display-panes command appear.
Run Code Online (Sandbox Code Playgroud)