From 37a2b56005731a56bda96de5e297420bd512c2f6 Mon Sep 17 00:00:00 2001 From: jordanyono Date: Fri, 12 Sep 2025 06:45:15 -0400 Subject: [PATCH] blame --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 17bc5547..68743512 100644 --- a/init.lua +++ b/init.lua @@ -324,7 +324,7 @@ require('lazy').setup({ map('n', 'hR', gitsigns.reset_buffer, { desc = 'git [R]eset buffer' }) map('n', 'hp', gitsigns.preview_hunk, { desc = 'git [p]review hunk' }) map('n', 'hb', gitsigns.blame_line, { desc = 'git [b]lame line' }) - map('n', 'Hb', gitsigns.blame_line, { desc = 'git [B]lame toggle' }) + map('n', 'Hb', gitsigns.blame, { desc = 'git [B]lame toggle' }) map('n', 'hd', gitsigns.diffthis, { desc = 'git [d]iff against index' }) map('n', 'hD', function() gitsigns.diffthis '@'