zed
zed copied to clipboard
Git Blame: select all lines from same commit when clicking on a commit
Check for existing issues
- [X] Completed
Describe the feature
Clicking on a commit in the git blame view acts the same way as clicking on a line number in the gutter. It could be useful to instead select all lines that have last been touched by that commit? Or perhaps even all lines that were touched by that commit, even if there have been other changes afterwards (not sure how complicated that would be to trace correctly).
If applicable, add mockups / screenshots to help present your vision of the feature
No response
I think combining duplicate consecutive blame lines into a single one would complement this feature.