Remove unnecessary keybindings.
This commit is contained in:
parent
3386e3745f
commit
24f7bb50b6
@ -17,11 +17,5 @@ require("gitsigns").setup({
|
|||||||
-- stylua: ignore start
|
-- stylua: ignore start
|
||||||
map("n", "]g", gs.next_hunk, "Next git hunk")
|
map("n", "]g", gs.next_hunk, "Next git hunk")
|
||||||
map("n", "[g", gs.prev_hunk, "Previous git hunk")
|
map("n", "[g", gs.prev_hunk, "Previous git hunk")
|
||||||
map("n", "<leader>gh", gs.reset_hunk, "Reset Git Hunk")
|
|
||||||
map("n", "<leader>gr", gs.reset_buffer, "Reset Git Buffer")
|
|
||||||
map("n", "<leader>gs", gs.stage_hunk, "Stage Git Hunk")
|
|
||||||
map("n", "<leader>gS", gs.stage_buffer, "Stage Git Buffer")
|
|
||||||
map("n", "<leader>gu", gs.undo_stage_hunk, "UnStage Git Hunk")
|
|
||||||
map("n", "<leader>gd", gs.diffthis, "View Git Diff")
|
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user