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?
⌘
+⇧
+/
and then try a few keywords (in this case split) in the search bar. Use the↓
to view the menu items, if there is a built-in shortcut you will see it alongside the menu item. works on most mac applications, ie Excel, sublime, firefox, etc. – Merlin