summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2023-08-29 13:55:25 -0400
committerJackson Taylor <jtaylor@classicalconversations.com>2023-08-29 13:55:25 -0400
commit13137e5e05a7a68cc30e115d71e2f517015cac95 (patch)
tree30a292f0ce3dc09f99a821ef22f33ce179b2aa73
parent3cef9e6525e8976bbde58c33ad16f84042cc0cca (diff)
Git: fix push mappings
-rw-r--r--after/plugin/which-key.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/which-key.lua b/after/plugin/which-key.lua
index 192fb83..808e50e 100644
--- a/after/plugin/which-key.lua
+++ b/after/plugin/which-key.lua
@@ -75,8 +75,8 @@ function whichkey_setup()
d = { "<cmd>Git diff<CR>", "Show git diff"},
p = {
name = "Push",
- p = {"<cmd>Git push", "Push"},
- f = {"<cmd>Git push --force", "Force push"},
+ p = {"<cmd>Git push<CR>", "Push"},
+ f = {"<cmd>Git push --force<CR>", "Force push"},
},
s = { "<cmd>Git status<CR>", "Status" },
},