1
0

plugins/neogit: add keybind to push local commits

This commit is contained in:
Patrick Auernig 2024-09-07 17:50:35 +02:00
parent e0f4b9bb0c
commit ed8084bf7c

View File

@ -9,6 +9,7 @@ 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" },
}
spec.config = true