summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/fugitive.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-12 10:23:39 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-12 10:23:39 -0400
commit26070620649e1655f60949da81f8ca399001ca9d (patch)
tree685bf92e001abea0e1bc4307e1b3163c18a3028d /lua/ben/plugins/fugitive.lua
parentb0eb2c7adf465524378de43cc987030dbbc8d833 (diff)
Fix yadm + add fugitive fetch
Diffstat (limited to 'lua/ben/plugins/fugitive.lua')
-rw-r--r--lua/ben/plugins/fugitive.lua1
1 files changed, 1 insertions, 0 deletions
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 {
{ "<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>gf", "<cmd>G fetch<CR>" }, -- G.it F.etch
},
config = function()
-- Use > and < to fix merge conflicts (keep the cursor in the middle of the screen)