🐛 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 {
|
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 = " " },
|
||||||
|
|
Loading…
Add table
Reference in a new issue