【问题标题】:byobu: how to change status-line location from 'bottom' to 'top'?byobu:如何将状态行位置从“底部”更改为“顶部”?
【发布时间】:2019-11-28 18:42:54
【问题描述】:

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

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

【问题讨论】:

    标签: byobu


    【解决方案1】:

    我也很难找到任何文档。事实证明,您必须修改 byobu 的 tmux 配置文件 - 而不是您本地的 tmux 配置。

    添加以下内容对我有用

    ~/.byobu/.tmux.conf

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

    【讨论】:

      猜你喜欢
      • 2019-10-19
      • 1970-01-01
      • 2016-02-21
      • 2023-03-30
      • 2021-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多