Skip to content

Instantly share code, notes, and snippets.

@mbbroberg
Last active February 21, 2017 07:05
Show Gist options
  • Save mbbroberg/63a4e3d1a6c0e9be0fc0 to your computer and use it in GitHub Desktop.
Save mbbroberg/63a4e3d1a6c0e9be0fc0 to your computer and use it in GitHub Desktop.
A gathering of useful shortcuts for others new to iTerm2

iTerm2 – Useful Shortcuts (Mac OS X)

with a hat tip to Sublime Text 2 Shortcuts

The Awesome

⌘; autocomplete
⌘⌥B instant replay
⌘⌥E search across all tabs

Splits/Tabs

⌘T open new tab
⌘⌥] next tab
⌘⌥[ previous tab
⌘D split pane left-right
⌘⌥D split pane top-bottom
⌘] next pane
⌘[ previous pane
⌘⌥I Input to all panes

Resizing

⌘⌥= toggle maximize window
⌘Enter toggle fullscreen
⌘+ increase font and window size
⌘- decrease font and window size
@nmccready
Copy link

nmccready commented Jan 12, 2017

Anyone know how to go tot he top of the buffer in one key stroke?

CMD+HOME : top
CMD+END : bottom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment