Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Forked from soifou/iTerm2.md
Created November 9, 2018 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseluisq/03031699e6b36556ff61ca73638d0ade to your computer and use it in GitHub Desktop.
Save joseluisq/03031699e6b36556ff61ca73638d0ade to your computer and use it in GitHub Desktop.
iTerm2 Shortcuts

iTerm2 Shortcuts

Tab navigation

  • open new tab: Cmd + t
  • next tab: Cmd + Shift + ]
  • previous tab: Cmd + Shift + [

Pane navigation

  • split pane left-right: Cmd + d
  • split pane top-bottom: Cmd + Shift + d
  • next pane: Cmd + ]
  • previous pane: Cmd + [

Search

  • open search bar: Cmd + f
  • find next: Cmd + g

Input to all panes

  • input to all panes in current tab: Cmd + Alt + i

Clear screen

  • clear buffer: Cmd + k
  • clear lines (Bash command): Ctrl + l

Zooming / Font Resize

  • toggle maximize window: Cmd + Alt + =
  • toggle full screen: Cmd + Enter
  • make font larger: Cmd + +
  • make font smaller: Cmd + -

Other

  • open preferences: Cmd + ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment