答案1
我制造了一个脚本来实现这一点。
只需将其放入.tmux.conf 中:
set -g pane-border-format '#(sh ~/.config/functions/pane-border-format.sh \
--pane-current-path=#{pane_current_path} \
--pane-active=#{pane_active})'
脚本修改自https://www.markneuburger.com/git-statuses-in-tmux-panes/