如何配置tmux从默认的底部到顶部移动窗口列表?

her*_*008 5 tmux

我想从下到上移动窗口列表.

如果它位于tmux的窗口列表之上,应用程序的状态栏看起来很奇怪.

任何提示?

jas*_*yan 10

在Unix和Linux上看到这个答案.如果您使用SVN构建,则可以在顶部设置状态栏:

set-option -g status-position top
Run Code Online (Sandbox Code Playgroud)

这将包括在内 tmux 1.7

  • 你必须[构建当前版本](http://sourceforge.net/projects/tmux/develop).. (2认同)