ok so there are two things i have noticed.
thing 1:
cw here will change up to the underscore. default vim cw will change up to the a (it goes up to the word, not to the end of the word)
thing 2:
vims special case for cw (see https://old.reddit.com/r/vim/comments/26nut8/why_does_cw_work_like_ce/)
it would be nice if there was an option for the more canonical version of cw
eg:
dw here would delete to the (
cw deletes up to (not including) the space, so it's like ce
ok so there are two things i have noticed.
thing 1:
cwhere will change up to the underscore. default vimcwwill change up to the a (it goes up to the word, not to the end of the word)thing 2:
vims special case for cw (see https://old.reddit.com/r/vim/comments/26nut8/why_does_cw_work_like_ce/)
it would be nice if there was an option for the more canonical version of
cweg:
dwhere would delete to the (cwdeletes up to (not including) the space, so it's likece