1
0

plugin/neogit: add keybind to open push dialog

This commit is contained in:
Patrick Auernig 2024-09-07 17:55:21 +02:00
parent a9cbdad4a6
commit 3ba1bf49cf

View File

@ -9,7 +9,8 @@ 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>vpp", "<cmd>Neogit push<CR>", desc = "Open NeoGit push" },
{ "<Leader>vpup", "<cmd>!git push<CR>", desc = "Push local commits to upstream" },
}
spec.config = true