Richard French
Richard French
I also have this too. In neovide: `:map ` No mapping found `:map :echo "hello"` Pressing `` - nothing happens But `:map :echo "hello"` and `` works as expected I...
Hey @JamesWidman - i've just tried it with a clean build from your repo. Re-running using the same test as I posted earlier, unfortunately `` is still not working here...
@JamesWidman - yes my config already has `neovide_input_macos_alt_is_meta = true`. I added `neovide_input_macos_option_key_is_meta = "Both"` too. Running as you suggested gives me both "hello m" and "hello o" but "hello...
Awesome! Yes setting `vim.g.neovide_input_ime = false` fixed `` for me. Now working as expected. Thanks! 🙂
Pressing `` doesn't actually print out any character - it's still waiting for input.  If I then press `n` then it prints out ñ...
Thanks @JamesWidman - I'll see if i can find some time this week to investigate more thoroughly. Meanwhile, i have a question: Why do we need IME on for mappings?...
Hi @JamesWidman, Ok this is interesting. 🙂 I start debug with this: `lldb target/debug/neovide -- -- --clean -u c.lua` and I check `vim.g.neovide_input_macos_alt_is_meta == true`. With `` I get ```...