🐛 fix(nvim): disable which-key esc keymap when inside terminal mode
This commit is contained in:
parent
2469a250ec
commit
5e0c540252
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
triggers = {
|
||||
{ "<auto>", mode = "nixsoc" },
|
||||
},
|
||||
icons = {
|
||||
group = "",
|
||||
},
|
||||
layout = {
|
||||
align = "center",
|
||||
},
|
||||
spec = {
|
||||
{ "<leader>ci", group = "info", icon = " " },
|
||||
{ "<leader>l", group = "lazy", icon = " " },
|
||||
|
|
Loading…
Add table
Reference in a new issue