added Keymaps for vim-fugitive
This commit is contained in:
parent
34236543b8
commit
ce00a20951
1 changed files with 5 additions and 1 deletions
|
@ -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" },
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue