zed icon indicating copy to clipboard operation
zed copied to clipboard

Git Blame: select all lines from same commit when clicking on a commit

Open jansol opened this issue 1 year ago • 1 comments

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

jansol avatar Apr 02 '24 12:04 jansol

I think combining duplicate consecutive blame lines into a single one would complement this feature.

CurbaiCode avatar Apr 13 '24 18:04 CurbaiCode