shell

iTerm2 단축키 정리

sklass 2021. 12. 20. 15:14

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 + ,

Referenes

https://gist.github.com/soifou/2ff3202f16e2efd9bab4

 

iTerm2 Shortcuts

iTerm2 Shortcuts. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com