I’m trying to map <c-i> in insert mode but pressing seems to also activate the mapping. I don’t remember having this issue in nvim v0.7 so I was wondering if anything has changed since.
Additional information:
Alacritty terminal is able to differentiate <c-i> (^[[105;5u) from <tab>
Works fine for normal mode (in nvim v0.8 and v0.7) when I use the following: vim.keymap.set("n", "<c-i>", "<c-i>")