iTerm2 keyboard shortcut - split pane navigation

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?


Solution 1:

From the documentation:

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

Solution 2:

Cmd+opt+/// navigate similarly to vim's C-w hjkl.