From 26070620649e1655f60949da81f8ca399001ca9d Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 12 Oct 2023 10:23:39 -0400 Subject: Fix yadm + add fugitive fetch --- lua/ben/plugins/fugitive.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/ben/plugins/fugitive.lua') diff --git a/lua/ben/plugins/fugitive.lua b/lua/ben/plugins/fugitive.lua index 28edb7f..4b73c42 100644 --- a/lua/ben/plugins/fugitive.lua +++ b/lua/ben/plugins/fugitive.lua @@ -13,6 +13,7 @@ return { { "gc", "G commit" }, -- G.it C.ommit { "gu", "G push" }, -- G.it push U.pstream { "gp", "G pull" }, -- G.it P.ull + { "gf", "G fetch" }, -- G.it F.etch }, config = function() -- Use > and < to fix merge conflicts (keep the cursor in the middle of the screen) -- cgit v1.2.3