Skip to content

Instantly share code, notes, and snippets.

@myself379
Created August 5, 2019 01:31
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 myself379/70976871226dab90fc64fdf4c3f9a30f to your computer and use it in GitHub Desktop.
Save myself379/70976871226dab90fc64fdf4c3f9a30f to your computer and use it in GitHub Desktop.
Sublime Text 3 Terminal cmder Windows 10
{
// The command to execute for the terminal, leave blank for the OS default
// See https://github.com/wbond/sublime_terminal#examples for examples
"terminal": "C:\\ProgramData\\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%"],
// An environment variables changeset. Default environment variables used for the
// terminal are inherited from sublime. Use this mapping to overwrite/unset. Use
// null value to indicate that the environment variable should be unset.
"env": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment