Skip to content

Instantly share code, notes, and snippets.

View siluat's full-sized avatar

Myunggil Kang siluat

View GitHub Profile
@siluat
siluat / gist:471abbc59324b3ad063f
Created February 15, 2015 01:35
Sublime Text, Terminal option for cmder
{
// The command to execute for the terminal, leave blank for the OS default
// On OS X the terminal can be set to iTerm.sh to execute iTerm
"terminal": "C:\\Tools\\cmder\\Cmder.exe",
// A list of default parameters to pass to the terminal, this can be
// overridden by passing the "parameters" key with a list value to the args
// dict when calling the "open_terminal" or "open_terminal_project_folder"
// commands
"parameters": ["/START", "%CWD%"]