Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created February 5, 2015 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsuh/9f4d34f56ce32120e894 to your computer and use it in GitHub Desktop.
Save hsuh/9f4d34f56ce32120e894 to your computer and use it in GitHub Desktop.
Adding Mintty to WebStorm 9.0.3
#if you haven't already
1. Install chere
#Run the line below in terminal
chere -i -t mintty -f
Add external tools on WebStorm(Settings):
Program: C:\cygwin64\bin\mintty.exe
Parameters: -e /bin/xhere /bin/bash.exe '$ProjectFileDir$'
uncheck: Open console
(look at cmd > regedit to copy command)
Add icon (Settings):
Menu and Toolbars > Navigation Bar Toolbar
Add Key Map (Settings):
Ctrl + \ works (but of course you can bind any key you like)
Icon( I like this one but again you can use any funky icons you want) - http://icons.iconarchive.com/icons/graphicpeel/utilize/16/Terminal-icon.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment