byobu:如何将状态行位置从 'bottom' 更改为 'top'?

byobu: how to change status-line location from 'bottom' to 'top'?

将状态行位置从 bottom 更改为 top 的惯用配置是什么?

我试过使用 set-window-option -g status-position top(使用 tmuxinator),但是一旦我包含该行,所有 byobu 功能都消失了,我又回到了标准 tmux。

我也很难找到这方面的任何文档。原来你必须修改 byobu 的 tmux 配置文件 - 而不是你本地的 tmux 配置。

添加以下内容对我有用

~/.byobu/.tmux.conf

# move status bar to the top
set-option -g status-position top