Miao Jiang wrote:
I try
imap <C-=> =>
but it seems no effect.
How to imap <C-=> ?

My environment is  vim 7.2 in Ubuntu 9.04

Not al ctrl-character combinations produce unique characters/character sequences. On my linux box (Centos), a <c-=> is the same as = . You may determine this by doing something like
 vim tmp
 i<c-v><c-=><esc>

and check into the character that gets produced (one way is to put the cursor atop the character and press ga ).

So, if <c-=> is producing an = on your system as I suspect, then vim never sees a <c-=> to get triggered.

Regards,
Chip Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

Reply via email to