diffy icon indicating copy to clipboard operation
diffy copied to clipboard

A sublime plugin to show difference between 2 files. It supports both Sublime 2 and 3.

Results 13 diffy issues
Sort by recently updated
recently updated
newest added

Great tool. I was wondering if it would be possible to make it so the 'dots' in the gutter could either/also act as 'marks'. Then pressing F2 would easily step...

enhancement

As far as I can see _(correct me if I'm wrong)_, after some changes you need to invoke it again using the shortcut. IMHO, it would make more sense to...

enhancement

hi, on the mac ST already uses both of these already, but diffy overrides them: ``` json { "keys": ["super+k", "super+d"], "command": "find_under_expand_skip" }, { "keys": ["super+k", "super+c"], "command": "show_at_center"...

question