diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index e10cddf1..5b9ce39b 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -53,6 +53,7 @@ return { key_labels = { [""] = "SPC" }, }) wk.register({ + mode = { "n", "v" }, ["g"] = { name = "+goto" }, ["]"] = { name = "+next" }, ["["] = { name = "+prev" },