Vim: How to exchange key bindings? (bind '|' on '7' key)
- by duddle
Having the German Mac Keyboard Layout, it is a pain to type | as it is bound to <A-7> and it is hard for me to reach the Alt key.
Thus, I'd like to do the following remapping (exchanging the binding for | and 7):
imap 7 <Bar>
imap <A-7> 7
The first one works, the second one does not. I have already tried all combinations with…