mirror of
https://github.com/helix-editor/helix
synced 2026-08-02 13:51:19 +02:00
This is useful for resetting multiple changes at once. For example you might use 'maf' or even '%' to select a larger region and reset all changes within. The original behavior of resetting the change on the current line is retained when the primary selection is 1-width since we look for chunks in the line range of each selection.