(it's a new topic whose starting point is this question)
To make it short, I think I can't make mapping with 2-keys combination in vim (<key1-key2>
, or <A-j>
for example). One-key mapping is okay.
However, 2 (or more, I didn't try) keys mapping work just fine in gvim !
Anyone has a clue ? Thanks for the help !
(if you want to know which mapping I tried, I followed this tutorial. It worked when I tried with <F_something>
, but not with the mapping of the tutorial. Again, it was okay in gvim)