Skip to content

Commit

Permalink
feat(fzf): add git blame keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Sep 27, 2024
1 parent 10b699e commit fd5f757
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/plugins/fzf_lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ return {
end,
desc = 'Git commit log (buffer)',
},
{
'<leader>gB',
function()
require('fzf-lua').git_blame()
end,
desc = 'Git Blame',
},
{
'<leader>gb',
function()
Expand Down

0 comments on commit fd5f757

Please sign in to comment.