Add some git signs mappings
This commit is contained in:
parent
49a76786e5
commit
9c5606d62b
@ -30,11 +30,13 @@ return {
|
||||
map("n", "<leader>hu", gs.undo_stage_hunk, "Undo stage hunk")
|
||||
|
||||
map("n", "<leader>hp", gs.preview_hunk, "Preview hunk")
|
||||
map("n", "<leader>hi", gs.preview_hunk_inline, "Preview hunk inline")
|
||||
|
||||
map("n", "<leader>hb", function()
|
||||
gs.blame_line({ full = true })
|
||||
end, "Blame line")
|
||||
map("n", "<leader>hB", gs.toggle_current_line_blame, "Toggle line blame")
|
||||
map("n", "<leader>hv", gs.blame, "Show blame buffer")
|
||||
|
||||
map("n", "<leader>hd", gs.diffthis, "Diff this")
|
||||
map("n", "<leader>hD", function()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user