summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/fugitive.lua
diff options
context:
space:
mode:
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)