summaryrefslogtreecommitdiff
path: root/lua/ben
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 22:16:53 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 22:16:53 -0400
commitd0b02c0c83308d261c67a8ce82f439f0e2282f73 (patch)
tree8e0bb84f107ab5e82aec3f7530719ee2ebf2df2b /lua/ben
parent0d9d713f8fbe4f5bff7d2a06d8ba7ef4b8743009 (diff)
Update fugitive bindings
Diffstat (limited to 'lua/ben')
-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
},
}