Set up the vim mode in IntelliJ to be aware of CamelCase
I work with Java and Scala quite a lot, and last week I've realized that hey maybe I should set up w and b in vim to jump to the next word in CamelCase. There is this cool vim plugin: https://github.com/chaoren/vim-wordmotion – However, the vim