Add buffer commit history to fzf <leader>tg.

This commit is contained in:
Martin Larsson 2024-11-21 22:32:27 +01:00
parent edeeb04e6f
commit f2c43242f5

View file

@ -31,6 +31,12 @@ return {
},
})
end
},
{
mapping = "g",
action = function()
fzf.git_bcommits({})
end
}
}