From 3f512e0af428f0dae78283fc9f5be89c8d8bf03e Mon Sep 17 00:00:00 2001 From: Ashish Rao Date: Sat, 13 Oct 2018 20:36:55 +0530 Subject: [PATCH] add iTerm2 introduction (#18369) --- .../terminal-commandline/macos-terminal/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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).