Reputation: 611
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
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