Skip to content

Instantly share code, notes, and snippets.

@osvalr
Forked from kujiy/Terminal.sublime-settings
Created February 25, 2021 11:58
Show Gist options
  • Save osvalr/9c7ddc7382b73e10ebcbb649827995b2 to your computer and use it in GitHub Desktop.
Save osvalr/9c7ddc7382b73e10ebcbb649827995b2 to your computer and use it in GitHub Desktop.
open git bash using `terminal` plugin for sublime
{
// 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:\\Program Files\\Git\\git-bash.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": ["-c", "cd \"%CWD%\" && \"C:\\Program Files\\Git\\bin\\sh.exe\" -i -l"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment