From faf94d94e7bf7258efe122bef26baca7db011b43 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 8 May 2025 13:33:57 +0300 Subject: feat: map `w` to `` --- lua/config/plugins/extra.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index 2b1d8ef..2f7bf9c 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -91,6 +91,15 @@ return { require("which-key").setup() require("which-key").add({ + { + "w", + group = "windows", + proxy = "", + expand = function() + return require("which-key.extras").expand.win() + end, + }, + { "s", group = "search" }, { -- cgit v1.2.3-70-g09d2