hero2008
hero2008

Reputation: 611

How to config tmux to move window lists from default bottom to top?

I want to move window lists from bottom to top.

Application's status bar looks weird to me if it was above tmux's window list.

Any hints?

Upvotes: 5

Views: 2309

Answers (1)

jasonwryan
jasonwryan

Reputation: 4554

See this answer on Unix & Linux. If you build from SVN you can set the status bar on top with:

set-option -g status-position top

This will be included in tmux 1.7

Upvotes: 10

Related Questions