Closed octohex closed 11 years ago
mapping like the following does not work:
inoremap <c-j> <C-R>=delimitMate#JumpAny("\<c-j>")<CR>
this leads to Missing quote: "\ I try this, because it's also the default binding for ultisnips 'jump to next selection' and it would be nice if i could use the same keys.
Missing quote: "\
I just pushed a fix for this. Use the following mapping instead:
imap <C-J> <Plug>delimitMateS-Tab
mapping like the following does not work:
this leads to
Missing quote: "\
I try this, because it's also the default binding for ultisnips 'jump to next selection' and it would be nice if i could use the same keys.