From 913c37e3c461b5387fd462c76bb88c43dc7a75b8 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 3 Sep 2025 16:47:59 +0200 Subject: [PATCH] add mapping hB to blame --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 5eaa84d..43d8810 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -315,6 +315,7 @@ local plugins = { function() gs.blame_line { full = true } end, { desc = "Blame line" } ) + map('n', 'hB', gs.blame, { desc = "Blame" }) map( 'n', 'tb',