summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/fugitive.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins/fugitive.lua b/lua/plugins/fugitive.lua
index 4dc31d6..56c525a 100644
--- a/lua/plugins/fugitive.lua
+++ b/lua/plugins/fugitive.lua
@@ -15,6 +15,8 @@ return {
{ "<leader>ds", "<cmd>Gvdiffsplit!<CR>" }, -- G.it D.iff S.plit
{ "<leader>dh", "<cmd>diffget //2 | diffupdate<CR>" },
{ "<leader>dl", "<cmd>diffget //3 | diffupdate<CR>" },
+ { "<leader>de", "<cmd>only<CR>" }, -- D.iff E.xit
+ -- NOTE: dp (no leader) is already set to diffput | diffupdate by default
},
},
{