From 81146e24457c74f654d3da95061df7b15aef1809 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 1 Jan 2023 13:47:03 +0100 Subject: [PATCH] fix(which-key): set group names for `n` and `v` --- lua/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) 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" },