🔥 iTerm2 Popular Shortcuts
Master iTerm2's powerful shortcuts to dramatically improve your terminal workflow. Features like split panes and command history search make development work smoother and more efficient.
TOP 1
Cmd+D
Split Vertically
Splits the current pane vertically to create a new pane.
🎯 Split screen to run multiple tasks simultaneously and improve work efficiency
💡 Hint: Divide vertically
TOP 2
Ctrl+R
Search Command History
Searches through previously executed commands.
🎯 Quickly search and re-execute past commands to save significant time
💡 Hint: Reverse search
TOP 3
Cmd+;
Autocomplete
Autocompletes previously entered commands or text.
🎯 Speed up typing long commands and paths with auto-completion
💡 Hint: Semicolon ; for completion
TOP 4
Cmd+K
Clear Scrollback
Clears the terminal display and scrollback buffer.
🎯 Clear the screen to refresh your working environment
💡 Hint: Klear
TOP 5
Cmd+T
New Tab
Creates a new tab.
🎯 Start new work in a new tab and organize your tasks
💡 Hint: Tab
TOP 6
Ctrl+A
Move to Beginning of Line
Moves the cursor to the beginning of the current line.
🎯 Quickly move to the beginning of line when editing commands
💡 Hint: All the way back
TOP 7
Ctrl+K
Kill to End of Line
Cuts text from cursor to end of line.
🎯 Instantly delete unnecessary parts to modify commands
💡 Hint: Kill to end