Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created November 9, 2012 10:00
Show Gist options
  • Save mneuhaus/4044955 to your computer and use it in GitHub Desktop.
Save mneuhaus/4044955 to your computer and use it in GitHub Desktop.
Use Changes.app as Diff tool in SublimeText
{
// Preferences -> Package Settings -> FileDiffs -> Settings - User
"open_in_sublime": false,
"cmd": ["chdiff", "$file1", "$file2"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment