From d0b02c0c83308d261c67a8ce82f439f0e2282f73 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 24 Sep 2023 22:16:53 -0400 Subject: Update fugitive bindings --- lua/ben/plugins/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ben/plugins/fugitive.lua b/lua/ben/plugins/fugitive.lua index e6cf21d..6d03e43 100644 --- a/lua/ben/plugins/fugitive.lua +++ b/lua/ben/plugins/fugitive.lua @@ -8,6 +8,6 @@ return { { "gm", "Gvdiffsplit!" }, -- G.it M.erge { "gc", "G commit" }, -- G.it C.ommit { "gu", "G push" }, -- G.it push U.pstream - { "gp", "G pull" }, -- G.it P.ull + { "gg", "G pull" }, -- G.it G.et }, } -- cgit v1.2.3