add mapping <leader>hB to blame
This commit is contained in:
parent
cdaca8e19c
commit
913c37e3c4
1 changed files with 1 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ local plugins = {
|
||||||
function() gs.blame_line { full = true } end,
|
function() gs.blame_line { full = true } end,
|
||||||
{ desc = "Blame line" }
|
{ desc = "Blame line" }
|
||||||
)
|
)
|
||||||
|
map('n', '<leader>hB', gs.blame, { desc = "Blame" })
|
||||||
map(
|
map(
|
||||||
'n',
|
'n',
|
||||||
'<leader>tb',
|
'<leader>tb',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue