Nvim: fix some keybinds, organize code
This commit is contained in:
parent
8b3cf79112
commit
168742d109
5 changed files with 16 additions and 16 deletions
|
@ -9,7 +9,6 @@ return {
|
|||
wk.register({
|
||||
["["] = { h = { gitsigns.prev_hunk, "Previous hunk" } },
|
||||
["]"] = { h = { gitsigns.next_hunk, "Next hunk" } },
|
||||
}, { prefix = "<leader>" })
|
||||
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue