Nvim: Match fugitive keybinds with lazygit
This commit is contained in:
parent
1265c0fb26
commit
996a4526d2
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ return {
|
|||
vim.cmd("Git commit")
|
||||
end, { desc = "Commit" })
|
||||
|
||||
k("n", "<leader>gu", function()
|
||||
k("n", "<leader>gP", function()
|
||||
vim.cmd("Git push")
|
||||
end, { desc = "Push" })
|
||||
|
||||
k("n", "<leader>gd", function()
|
||||
k("n", "<leader>gp", function()
|
||||
vim.cmd("Git pull")
|
||||
end, { desc = "Pull" })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue