mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
use <leader>gd
to see git diff with previous head (#1426)
This commit is contained in:
parent
bc5b315e53
commit
758ea6d07b
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue