Spend hours debbuging my SQL schema becuase of Vim's non-breaking space '/u00a0'
Basically if you hit <Alt><Space>
in insert mode Vim inserts and invisible unicode non-breaking space character (/u00a0
).
This keybinding, which appears to work only in Vim, is easy to trigger accidentally.
How can I unbind this?