add surround and toggle nodes to nvim
This commit is contained in:
parent
d9e2c81e42
commit
02d6a5d5a0
5 changed files with 33 additions and 29 deletions
|
|
@ -29,7 +29,6 @@ return {
|
|||
map("n", "p", gs.preview_hunk, "Preview Hunk")
|
||||
map("n", "l", function() gs.blame_line() end, "Blame Line")
|
||||
map("n", "d", gs.diffthis, "Diff This")
|
||||
map("n", "D", function() gs.diffthis("~") end, "Diff This ~")
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue