Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IdeaVim move between words in camel case word

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

like image 605
eternal Avatar asked Oct 12 '25 03:10

eternal


1 Answers

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
like image 157
lippfi Avatar answered Oct 16 '25 12:10

lippfi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!