dzhibas / SublimePrettyJson

Prettify/Minify/Query/Goto/Validate/Lint JSON plugin for Sublime Text 3 & 4
MIT License
2.02k stars 181 forks source link

Keybinding conflicts with GitGutter #87

Closed deathaxe closed 4 years ago

deathaxe commented 6 years ago

https://github.com/dzhibas/SublimePrettyJson/blob/77a8fbab60164161085a154025cae3f1c0889425/Default%20(Windows).sublime-keymap#L15

Please change.

TerminalFi commented 4 years ago

@deathaxe have any recommendations for alternate

deathaxe commented 4 years ago

Haven't made up my mind about another key binding. I wouldn't expect a code formatter to need to be bound to keys in general. I'd found it most natural to run it automatically when saving the file (via on_pre_save event) or manually from the command palette by default.

TerminalFi commented 4 years ago

Makes sense, that key binding is for activating the jq filtering, but still not sure its heavily used. I'll remove it from the ST3/4 branches on next release. And leave it up to the end user if they want it. Highly doubt its used.

TerminalFi commented 4 years ago

This will be resolved in the ST4 channel on next release