Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Created March 28, 2016 07:45
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 webcaetano/8773718e2ac9619b201f to your computer and use it in GitHub Desktop.
Save webcaetano/8773718e2ac9619b201f to your computer and use it in GitHub Desktop.
My sublime terminal config for windows.
{
// 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:\\Windows\\system32\\cmd.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%"]
}
@webcaetano
Copy link
Author

thanks old @webcaetano for take care of future @webcaetano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment