From 5e0c5402522b579c94f733fd22b3044a91016a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 5 Aug 2024 13:58:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20disable=20which-key?= =?UTF-8?q?=20esc=20keymap=20when=20inside=20terminal=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/ui/which-key-extended.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/ui/which-key-extended.lua b/.config/nvim/lua/plugins/extras/ui/which-key-extended.lua index a4515da6..edd40cec 100644 --- a/.config/nvim/lua/plugins/extras/ui/which-key-extended.lua +++ b/.config/nvim/lua/plugins/extras/ui/which-key-extended.lua @@ -1,12 +1,12 @@ return { "folke/which-key.nvim", opts = { + triggers = { + { "", mode = "nixsoc" }, + }, icons = { group = "", }, - layout = { - align = "center", - }, spec = { { "ci", group = "info", icon = " " }, { "l", group = "lazy", icon = "󰒲 " },