I am new to vim and IdeaVim. Is there a way to move to the next word in camel case word? [c]amelCaseWord -> w -> camel[C]aseWord -> w -> camelCase[W]ord
IdeaVim supports camel case motions out of the box: ]w
, [w
, ]b
, [b
It is also possible to remap default motions to the camel case ones in your ideavimrc/vimrc:
map w [w
map e ]w
map b [b
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With