I am trying to change vim mappings for (french) accentuated characters.
à
(ASCII 133) I would like it to be Alt+a
À
(ASCII 183) I would like it to be Alt+Shift+a
é
(ASCII 130) I would like it to be Alt+e
É
(ASCII 144) I would like it to be Alt+Shift+e
I would be happy to remap the existing maps Alt+i ==> é
(why is that?)
How can I get those mappings to work ?