tmux 不显示窗格名称

tmux doesn't display pane names

我已将 tmux(版本 3.1c)配置为在 .tmux.conf 中显示窗格名称:

set -g pane-border-format "#{pane_index} #{pane_title}"
set -g pane-border-status bottom

但是,tmux 不显示窗格名称(无论是在 macOS 终端应用程序还是 iTerm 中)。

您的配置看起来不错,您只需要使用 tmux source-file /path/to/.tmux.conf

获取新的配置文件