🐛 fix(nvim): disable which-key esc keymap when inside terminal mode

This commit is contained in:
Sergio Laín 2024-08-05 13:58:52 +02:00
parent 2469a250ec
commit 5e0c540252
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,12 +1,12 @@
return { return {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = { opts = {
triggers = {
{ "<auto>", mode = "nixsoc" },
},
icons = { icons = {
group = "", group = "",
}, },
layout = {
align = "center",
},
spec = { spec = {
{ "<leader>ci", group = "info", icon = "" }, { "<leader>ci", group = "info", icon = "" },
{ "<leader>l", group = "lazy", icon = "󰒲 " }, { "<leader>l", group = "lazy", icon = "󰒲 " },