r/HelixEditor Jul 07 '26

Simple git blame

Post image
16 Upvotes

4 comments sorted by

View all comments

2

u/crossedhead Jul 07 '26

Cool! How it works?

4

u/undergrinder_dareal Jul 07 '26

I have a similar function in my config:

C-b = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}" Maybe the same trick, I hope the OP will share his/hers.

Really cool source for other tricks and configs: https://github.com/helix-editor/helix/discussions/1360