iTerm2 is an alternative or can be called a replacement of the Terminal App on macOS. iTerm2 brings in more features to the Command Line that are not available in the Terminal.
System Requirements
You should be on macOS 10.14 or later
How to install iTerm2
- Open Terminal,
- Type command: brew install --cask iterm2 (make sure homebrew is installed)
- iTerm will get installed under /Applications
- Open iTerm using Spotlight Search or Terminal open command.
Few features of iTerm2
1. Split Panes

Though macOS Terminal does allow to have multiple tabs within the Terminal Window, it does not let you split the panes to work more efficiently, this is one of the much-craved features that iTerm2 adds. You can divide a tab into multiple panes with each having a separate session.
The panes can be sliced both vertically and horizontally and there is no limit to the number of divisions you can have at a time.
2. Autocomplete
Just like IDE's you have autocomplete with iTerm2, as you start typing, the suggestions will appear, and press Command + ; to get the suggestions window.
3. Paste History
You can revisit recently copied or pasted text.
4. Search
iTerm2 has a find-on-page feature, as you search the matches are highlighted. You can even make use of regular expressions.
5. Multi-Lingual
There is internationalization support, including support for Unicode combining marks, full-width characters, Emoji, and many other Unicode features.
See the complete list: https://iterm2.com/features.html
Keyboard Shortcuts
Split Horizontally:Option ⌥ + Shift ⇧ + Command ⌘ + H
Split Vertically:Option ⌥ + Shift ⇧ + Command ⌘ + V
Cycle Tabs Forward: Tab + Right Arrow
Cycle Tabs Backward: Tab + Left Arrow
Scroll One Line Up: Command ⌘ + Up Arrow
Scroll One Line Down: Command ⌘ + Down Arrow
Previous Tab: Command ⌘ + Left Arrow
Move Tab Left: Shift + Command ⌘ + Left Arrow
Next Tab: Command ⌘ + Right Arrow
Move Tab Right: Shift + Command ⌘ + Right Arrow
Scroll To Top: Command ⌘ + Home
Scroll To End: Command ⌘ + End
Scroll One Page Up: Command + Page Up
Scroll One Page Down: Command ⌘ + Page Down
Have Questions? Post them here!
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
- Get the Complete Sha256 Container ID for Docker Run Command - Docker
- Show Desktop Keyboard Shortcut on Mac - MacOS
- Android Studio 1.3 beta now Available for Developers - Android-Studio
- Ways to Convert Integer or int to Long in Java - Java
- git fatal: Authentication failed error [fix] - Git
- Turn off Auto-Capitalization on macOS Ventura 13 - MacOS
- 3 Python program to add two numbers - Python
- Unhandled exception type InterruptedException : Java Threads - Java