Keyboard shortcut for switching panes in tmux in iTerm2 on OS X

3

I have tmux installed with iTerm2 on OS X.

While I can do Cmd+left/right to switch between tabs, I cannot seem to be able to switch between panes under the same tab using Ctl+b o (that is, Control and b together, followed by an o?) as suggested by others.

I don't think I've touched any default key binding for tmux, so what is the correct keyboard shortcut for this operation?

MLister

Posted 2012-07-25T16:05:30.567

Reputation: 165

Answers

1

Cmd + Opt + Up or Down or Left or Right works for me.

user183037

Posted 2012-07-25T16:05:30.567

Reputation: 111

0

You can see a list of all your bindings using Ctl+b ?. You're looking for the following line:

bind-key          o select-pane -t :.+

although it sounds as if you may have a key other than 'o' bound to it.

chepner

Posted 2012-07-25T16:05:30.567

Reputation: 5 645