home: vim: configure 'gitsigns'

And remove some unused mappings, or adapt them to 'gitsigns'.
This commit is contained in:
Bruno BELANYI 2022-03-03 22:15:26 +01:00
parent 267b82393f
commit 03e412b2f0
2 changed files with 54 additions and 2 deletions

View file

@ -9,10 +9,8 @@ local keys = {
},
["<leader>g"] = {
name = "Git",
d = { "<cmd>Gdiffsplit<CR>", "Current buffer diff" },
l = { "<cmd>:sp<CR><C-w>T:Gllog --follow -- %:p<CR>", "Current buffer log" },
m = { "<Plug>(git-messenger)", "Current line blame" },
s = { "<cmd>Gstatus<CR>", "Status" },
},
}