I am trying to define a mapping for Ctrl+. as follows:
map <C-.> :bn<CR>
This does not work. Typing Ctrl+. just results in repeating the last action just as you would get when typing .. Note that I do not want to change the behaviour of .. Any idea how to get this to work?