If I have left and right tmux panes, how can I visually tell which is focused

tmux

I've tinkered with tmux and have seen settings that would highlight the border of the active pane. This works fine for three or more panes.

However, my most common usage would be two panes side by side, and none of the border highlighting I've seen helps me tell which is active if there are only two.

What setting can I give tmux to make it clear which of two panes is focused?

Best Answer

Use Tmux 1.8

Starting in tmux 1.8, tmux distinguishes between a left/right active pane by only highlighting the top/bottom half of the split line.

Screenshot (iTerm2 + tmux 1.8): iTerm2 + tmux 1.8

If you must use an earlier version, none of the tmux settings appear to help in your exact case. As an alternative, you could look for the blinking shell cursor, which only appears in the active pane.