home: vim: configure 'gitsigns'
And remove some unused mappings, or adapt them to 'gitsigns'.
This commit is contained in:
parent
267b82393f
commit
03e412b2f0
2 changed files with 54 additions and 2 deletions
|
|
@ -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" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue