plugin/neogit: add keybind to push local commits
This commit is contained in:
parent
e0f4b9bb0c
commit
a9cbdad4a6
@ -7,8 +7,9 @@ spec.dependencies = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
spec.keys = {
|
spec.keys = {
|
||||||
{ "<Leader>vs", "<cmd>Neogit<CR>", desc = "Open NeoGit" },
|
{ "<Leader>vs", "<cmd>Neogit<CR>", desc = "Open NeoGit" },
|
||||||
{ "<Leader>vc", "<cmd>Neogit commit<CR>", desc = "Open NeoGit commit" },
|
{ "<Leader>vc", "<cmd>Neogit commit<CR>", desc = "Open NeoGit commit" },
|
||||||
|
{ "<Leader>vpu", "<cmd>!git push<CR>", desc = "Push local commits to upstream" },
|
||||||
}
|
}
|
||||||
|
|
||||||
spec.config = true
|
spec.config = true
|
||||||
|
Loading…
Reference in New Issue
Block a user