use <leader>gd to see git diff with previous head (#1426)

This commit is contained in:
Abouzar Parvan 2021-08-30 17:20:02 +04:30 committed by GitHub
parent bc5b315e53
commit 758ea6d07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,10 @@ M.config = function()
"<cmd>Telescope git_bcommits<cr>", "<cmd>Telescope git_bcommits<cr>",
"Checkout commit(for current file)", "Checkout commit(for current file)",
}, },
d = {
"<cmd>Gitsigns diffthis HEAD<cr>",
"Git Diff",
},
}, },
l = { l = {