Closed ephemerr closed 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.
map
imap
Ok, I've solved it:
imap <silent> <M-Left> <C-o><Plug>CamelCaseMotion_b imap <silent> <M-Right> <C-o><Plug>CamelCaseMotion_e
Is there a way to use CamelCaseMotion in insert mode? Simple changing
map
toimap
doesn't work. Also at vim wikia there is exemples that it is possible.