added Keymaps for vim-fugitive

This commit is contained in:
pr0c3550r 2023-02-25 21:22:40 +01:00
parent 34236543b8
commit ce00a20951

View file

@ -1,6 +1,10 @@
return {
{
'tpope/vim-fugitive',
event = "VeryLazy",
lazy = true,
keys = {
{ "<leader>Gc", "<cmd>Git commit<cr>", desc = "git commit" },
{ "<leader>Gp", "<cmd>Git commit<cr>", desc = "git push" },
},
}
}