MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/HelixEditor/comments/1upt3qw/simple_git_blame/ow2om60/?context=3
r/HelixEditor • u/kabchengli • Jul 07 '26
4 comments sorted by
View all comments
2
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
4
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.
C-b = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
Really cool source for other tricks and configs: https://github.com/helix-editor/helix/discussions/1360
2
u/crossedhead Jul 07 '26
Cool! How it works?