From 7f7b270fbdebe61f73bdea18441b134f655ebb0c Mon Sep 17 00:00:00 2001 From: akioweh <0@akioweh.com> Date: Mon, 28 Jul 2025 23:36:32 +0400 Subject: [PATCH] stop leader key triggering which-key in select mode --- 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 1dd7919b..649eb8a1 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -54,7 +54,7 @@ return { defaults = {}, spec = { { - mode = { "n", "v" }, + mode = { "n", "x" }, { "", group = "tabs" }, { "c", group = "code" }, { "d", group = "debug" },