summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/ben/plugins/fugitive.lua2
1 files changed, 1 insertions, 1 deletions
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 {
{ "<leader>gm", "<cmd>Gvdiffsplit!<CR>" }, -- G.it M.erge
{ "<leader>gc", "<cmd>G commit<CR>" }, -- G.it C.ommit
{ "<leader>gu", "<cmd>G push<CR>" }, -- G.it push U.pstream
- { "<leader>gp", "<cmd>G pull<CR>" }, -- G.it P.ull
+ { "<leader>gg", "<cmd>G pull<CR>" }, -- G.it G.et
},
}