Open
Description
When I code I often need to go back to the places I modified.
Now that helix supports VCS (i.e., git for now), we could add a VCS picker that would list all changes, for easy navigation.
For the sorting order I propose:
- Current file, current change,
- Current file, other changes,
- Other files, changes sorted by line number
Including the first line of the change (or the line just before the deletion) would probably help searching too:
path/to/file:73 fn added_function() {
I have no idea what to pick for the picker key, Space + v
maybe ?