Closed bkad closed 9 years ago
Do you mean that camelMotion moves across words with '.' and '-' ????
For example: say.hello() [ motion looks at it as it was just a single word, right? ]
It currently treats it as a separate word.
Current Motion:
[s]ay.hello
say[.]hello
say.[h]ello
I'd like it to move like:
[s]ay.hello
say.[h]ello
Great feature!
WIP