diffy
diffy copied to clipboard
mac: key bindings already in use
hi,
on the mac ST already uses both of these already, but diffy overrides them:
{ "keys": ["super+k", "super+d"], "command": "find_under_expand_skip" },
{ "keys": ["super+k", "super+c"], "command": "show_at_center" },
maybe change the diffy default shortcuts, or make shortcuts optional?
+1 to this. find_under_expand_skip is pretty useful for this to overwrite.
yes, key bindings don't work
+1. Took me way too long to figure out why skip next wasn't working.
+1. I fixed it the same way and added
{ "keys": ["shift+super+k", "shift+super+d"], "command": "diffy" },
{ "keys": ["shift+super+k", "shift+super+c"], "command": "diffy", "args": { "action": "clear" } },
to bind new shortcuts.
you can still use it via the command palette — that's how I do it.
Weirdly, it doesn't show up in the command palette for me.