Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been a long time user of the standard Mac Terminal. Decided to experiment with iTerm2 after hearing good things about it from my colleagues.

One of the more useful features I am seeing on iTerm2 is its split panes (much like vim split buffers).

In vim, I can move between split buffers using ctrl+w+arrowkeys. Is there a keyboard shortcut for iTerm2 to move between panes as well?

share|improve this question

2 Answers

up vote 22 down vote accepted

From the documentation:

Cmd] and Cmd[ navigates among split panes in order of use.

share|improve this answer
1  
I'm using those commands to strobe my screen to the dubstep track playing in the office. – Cirrostratus Apr 17 at 19:15

Cmd-opt-arrow keys navigate similarly to vim's C-w hjkl.

share|improve this answer
good one. thanks for the tip! – Calvin Cheng Feb 19 '12 at 7:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.