Skip to content

Instantly share code, notes, and snippets.

@Moviss
Forked from sadikaya/cmder-in-webstorm.md
Created May 14, 2020 09:32
Show Gist options
  • Select an option

  • Save Moviss/b5860f7f4cfaf9004224552dc6ec6e64 to your computer and use it in GitHub Desktop.

Select an option

Save Moviss/b5860f7f4cfaf9004224552dc6ec6e64 to your computer and use it in GitHub Desktop.
Cmder inside Webstorm terminal
  1. Set an environment variable called CMDER_ROOT to your root Cmder folder (in my case C:\Program Files (x86)\Cmder). It seems to be important that this does not have quotes around it because they mess with concatenation in the init script.
  2. In your IntelliJ terminal settings, use "cmd" /k ""%CMDER_ROOT%\vendor\init.bat"" as the Shell path. The double-double-quotes are intentional, as they counteract the missing double quotes in the environment variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment