Switched pull and push remaps around in neogit

This commit is contained in:
2023-06-19 21:03:40 +02:00
parent 34851e402d
commit d0a95ac071

View File

@@ -47,6 +47,8 @@ neogit.setup {
}, },
mappings = { mappings = {
status = { status = {
["p"] = "PushPopup",
["P"] = "PullPopup"
} }
} }
} }