I have a custom function and mapping:
nmap <C-m> :MyMake<CR>
This works as intendeded, the correct function is called etc. But it creates another mapping, running :nmap shows that CR is now mapped to :MyMake <CR> as well.
Any ideas on why this is?