On Friday, August 16, 2013 9:55:56 AM UTC-5, Gautier DI FOLCO wrote: > Hi all, > > I'm using ViM 7.3 on FreeBSD 9.1 and I have some troubles with mapping <C-CR> > and <S-CR>: > > map <C-CR> A > map <S-CR> A > > > It doesn't work, have you the same issue or an idea of a solution? > > For your help, > Thanks by advance.
Probably these keys are not mappable. Vim (especially in the terminal) can only map the keys actually sent to it by the terminal. Sometimes GUI Vim can do better. To see whether you can actually map these keys, go into insert mode and type CTRL-K followed by your desired map characters. If the result is indistinguishable from CTRL-K followed by an unadorned <CR>, then you probably can't map it separately. Also try with CTRL-V in place of CTRL-K. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
