mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 17:40:38 +02:00
ff6aca12b7
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.