Hi I'm using Vim to write Greek text. I found a nice tip at: http://betabug.ch/blogs/ch-athens/270 on how to get Vim to accept greek letters as commands. Just using maps basicly so it is quite easy.
The problem is that I would like to be able to translate in insert mode the following: imap <C-ο> <C-o> imap <C-κ> <C-k> imap <C-π> <C-p> but it doesn't work. I get only ο, κ and π. Why? Thanks in advance Preben
