From f1ea518e29a601b773d9c9c94489fc9d273c2dea Mon Sep 17 00:00:00 2001 From: Latif Sulistyo Date: Fri, 6 Oct 2023 14:02:45 +0700 Subject: [PATCH] fix(which-key): change surround group key (#1598) --- lua/lazyvim/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 3f4c5d52..526509fc 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -282,7 +282,7 @@ return { defaults = { mode = { "n", "v" }, ["g"] = { name = "+goto" }, - ["gz"] = { name = "+surround" }, + ["gs"] = { name = "+surround" }, ["]"] = { name = "+next" }, ["["] = { name = "+prev" }, [""] = { name = "+tabs" },