helix: show git blame inline

This commit is contained in:
2026-02-26 17:34:14 +01:00
parent 30e0ec34dc
commit 7c0f105244

View File

@@ -27,7 +27,7 @@ display-inlay-hints = true
"+" = ["extend_line_down", "extend_to_line_bounds"]
[keys.normal.g]
"b" = ":echo git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
"b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
[keys.normal.z]
s = ":set soft-wrap.enable true"