Home » Questions » Computers [ Ask a new question ]

Is there an easy way to use Vim text-objects on camel case words?

Is there an easy way to use Vim text-objects on camel case words?

Often I'll be doing a quick edit to a camel case word in some code and wish I could use something like text-objects to select one part of the camel case word.

Asked by: Guest | Views: 315
Total answers/comments: 1
Guest [Entry]

This is exactly what the CamelCaseMotion script is for. I use it all the time.