summaryrefslogtreecommitdiff
path: root/lua/plugins/fugitive.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/fugitive.lua')
-rw-r--r--lua/plugins/fugitive.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/fugitive.lua b/lua/plugins/fugitive.lua
index e52a4c6..4dc31d6 100644
--- a/lua/plugins/fugitive.lua
+++ b/lua/plugins/fugitive.lua
@@ -13,8 +13,8 @@ return {
{ "<leader>gp", "<cmd>G pull<CR>" }, -- G.it P.ull
{ "<leader>gf", "<cmd>G fetch<CR>" }, -- G.it F.etch
{ "<leader>ds", "<cmd>Gvdiffsplit!<CR>" }, -- G.it D.iff S.plit
- { "<leader>dh", "<cmd>diffget //2<CR>" },
- { "<leader>dl", "<cmd>diffget //3<CR>" },
+ { "<leader>dh", "<cmd>diffget //2 | diffupdate<CR>" },
+ { "<leader>dl", "<cmd>diffget //3 | diffupdate<CR>" },
},
},
{