How do I change until the next underscore in VIm?
- by Nathan Long
If I have this text in vim, and my cursor is at the first character:
www.foo.com
I know that I can do:
cw to change up to the first period, because a word (lowercase w) ends at any punctuation OR white space
cW to change the whole address, because a Word (uppercase w) ends only at whitespace
Now, what if I have this:
stupid_method_name
…