bkad / CamelCaseMotion

A vim script to provide CamelCase motion through words (fork of inkarkat's camelcasemotion script)
593 stars 45 forks source link

Insert mode #35

Closed ephemerr closed 7 years ago

ephemerr commented 7 years ago

Is there a way to use CamelCaseMotion in insert mode? Simple changing map to imap doesn't work. Also at vim wikia there is exemples that it is possible.

ephemerr commented 7 years ago

Ok, I've solved it:

imap <silent> <M-Left> <C-o><Plug>CamelCaseMotion_b
imap <silent> <M-Right> <C-o><Plug>CamelCaseMotion_e