Currently all of hunk.nvim's functionality is exposed behind a set of constrained keybindings where the only level of customization allowed is changing the chords for these behaviours.
It would be better if we defined an exposed a public API for manipulating hunk, and re-implemented the existing bindings in terms of this API.
This would allow users to customize the behaviour of hunk to their liking.
Currently all of hunk.nvim's functionality is exposed behind a set of constrained keybindings where the only level of customization allowed is changing the chords for these behaviours.
It would be better if we defined an exposed a public API for manipulating hunk, and re-implemented the existing bindings in terms of this API.
This would allow users to customize the behaviour of hunk to their liking.