Change Terminal to Cmder

By default, IDEA Terminal uses cmD. exe of the system, but Cmder is more convenient for us to use. So replace CMD with cmder.

Adding system variables

The variable name is CMDER_ROOT

The value of the variable is: C:\Application\cmder (home directory of cmder installation on the host)

The IDEA of setting up

  1. Open the Settings (shortcut key: Ctrl + Alt + S), go to Plugins, search for Terminal in the search bar, and check whether the Terminal plug-in is checked. If not, check it.

  2. Enter Settings (Ctrl + Alt + S), enter Tools, and enter Terminal. In Shell path, enter the following information

"cmd.exe" /k ""%CMDER_ROOT%\vendor\init.bat""
Copy the code

  1. Restart theIdea IDEAnd then open itTerminalCheck whether the configuration is correct, as shown in the following figurecmder.