Created
May 2, 2012 15:36
-
-
Save dkordik/2577568 to your computer and use it in GitHub Desktop.
Sublime Text 2 Terminal config with Console2/cygwin/bash to open a terminal in the current directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal": "C:/Program Files/Console2/Console.exe", | |
// In Console2 "Shell" section, have just "bash" with no args in a profile called "Terminal" | |
"parameters": ["-t", "Terminal", "-r", "/bin/xhere /bin/bash.exe", "`%CWD%`"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dkordik I wrote the exact same settings in my Settings-User menu but every time I press the hot keys to open the terminal in the current working directory in sublime text, powershell fires up instead of Console2. Please help.