hx: add git blame bind

This commit is contained in:
2025-09-19 09:36:41 +02:00
parent 3d49d5e784
commit c6dba5c781
2 changed files with 4 additions and 2 deletions

View File

@@ -27,3 +27,5 @@ cursor-line = "error"
"_" = ["extend_line_up", "extend_to_line_bounds"]
"+" = ["extend_line_down", "extend_to_line_bounds"]
[keys.normal.g]
"b" = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"