FYI to fellow vim lovers :)
The vim settings for clojure files contains the following:
set iskeyword=@,48-57,_,192-255,?,-,*,!,+,/,=,<,>,.,:,$
Just add that line to your .ideavimrc and enjoy word movement, * and much more working on hyphenated variable names.