diff --git a/lua/modules/configs/tool/which-key.lua b/lua/modules/configs/tool/which-key.lua index 721a5d6f3..e04e70117 100644 --- a/lua/modules/configs/tool/which-key.lua +++ b/lua/modules/configs/tool/which-key.lua @@ -9,14 +9,8 @@ return function() require("modules.utils").load_plugin("which-key", { preset = "classic", delay = vim.o.timeoutlen, - modes = { - n = true, - i = true, - x = false, - s = false, - o = false, - t = false, - c = false, + triggers = { + { "", mode = "nixso" }, }, plugins = { marks = true,