Quoting @deathaxe from https://github.com/jisaacks/GitGutter/issues/558#issuecomment-726201500 saying that
Please also note that ST3207+ also defines key bindings with nearly the same meaning!
{ "keys": ["ctrl+k", "ctrl+z"], "command": "revert_hunk" },
{ "keys": ["ctrl+k", "ctrl+shift+z"], "command": "revert_modification" },
I am wondering if there’s any difference at all between commands revert_hunk
and revert_modification
?