From 4a971466fb039cce7951f57462240839939a9653 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 24 Sep 2023 17:24:59 -0400 Subject: Simpler fugitive for push/pull --- lua/ben/plugins/fugitive.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/ben/plugins/fugitive.lua b/lua/ben/plugins/fugitive.lua index 4b0c520..e6cf21d 100644 --- a/lua/ben/plugins/fugitive.lua +++ b/lua/ben/plugins/fugitive.lua @@ -7,7 +7,7 @@ return { { "gd", "G difftool" }, -- G.it D.iff { "gm", "Gvdiffsplit!" }, -- G.it M.erge { "gc", "G commit" }, -- G.it C.ommit - { "gpu", "G push" }, -- G.it P.ush U.pstream - { "gpl", "G pull" }, -- G.it P.ull L.atest + { "gu", "G push" }, -- G.it push U.pstream + { "gp", "G pull" }, -- G.it P.ull }, } -- cgit v1.2.3