diff --git a/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md b/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md index d494e3fd08..38b9dadc52 100644 --- a/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md +++ b/client/src/pages/guide/english/terminal-commandline/macos-terminal/index.md @@ -68,7 +68,16 @@ Use the following syntax to delete a file **rm _#PATH_TO_FILE_** +# iTerm2 +iTerm2 is an alternative to the legacy terminal in Mac OS. iTerm2 brings some new features such as: +* Split Panes +* Hotkey Window +* Search +* Autocomplete +* Paste history +* Configurability +* and many [more](https://www.iterm2.com/features.html) - +Just download iTerm2 from the official [website](https://www.iterm2.com/downloads.html). Additional documentation can be found [here](https://www.iterm2.com/documentation.html).