🐛 fix(nvim): couldnt use tab on insert mode because of this binding
This commit is contained in:
parent
9d99ba4f94
commit
9c9cbfd7ba
1 changed files with 0 additions and 6 deletions
|
@ -10,11 +10,5 @@ return {
|
|||
"<cmd>IconPickerNormal<cr>",
|
||||
desc = "Icons",
|
||||
},
|
||||
{
|
||||
"<C-i>",
|
||||
"<cmd>IconPickerInsert<cr>",
|
||||
mode = { "i" },
|
||||
desc = "Insert Icon",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue