whichkey updates
This commit is contained in:
parent
fb91fa7348
commit
09e221169c
@ -53,7 +53,7 @@ return {
|
||||
nowait = true, -- use 'nowait'
|
||||
}
|
||||
|
||||
whichkey.register({
|
||||
whichkey.add({
|
||||
mode = { "n", "v" },
|
||||
["g"] = { name = "+goto" },
|
||||
["m"] = { name = "+harpoon" },
|
||||
@ -244,7 +244,7 @@ return {
|
||||
-- },
|
||||
}
|
||||
|
||||
whichkey.register(leader_mappings, leader_opts)
|
||||
whichkey.add(leader_mappings, leader_opts)
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user