From d0a95ac0719a604a0efe80270f86be6f0b2aef04 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 19 Jun 2023 21:03:40 +0200 Subject: [PATCH] Switched pull and push remaps around in neogit --- after/plugin/neogit.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/plugin/neogit.lua b/after/plugin/neogit.lua index 88faac9..28a5bb1 100644 --- a/after/plugin/neogit.lua +++ b/after/plugin/neogit.lua @@ -47,6 +47,8 @@ neogit.setup { }, mappings = { status = { + ["p"] = "PushPopup", + ["P"] = "PullPopup" } } }