Add buffer commit history to fzf <leader>tg.
This commit is contained in:
parent
edeeb04e6f
commit
f2c43242f5
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ return {
|
|||
},
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
mapping = "g",
|
||||
action = function()
|
||||
fzf.git_bcommits({})
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue