Vim: Bind <C-Enter>

Posted by mtkoan on Super User See other posts from Super User or by mtkoan
Published on 2010-04-29T15:34:04Z Indexed on 2010/04/29 15:38 UTC
Read the original article Hit count: 153

Filed under:

Using vim for editing latex; how can I bind C-Enter? I tried the following, which does not work:

imap <C-Enter> \\<CR>

and

imap <C-Return> \\<CR>

However, something like:

imap <C-i> \\<CR>

Does work.

Any ideas are suggestions for vim latex-addons?

© Super User or respective owner

Related posts about vim