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