Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top