vi treats dash and space as word separators for commands such as dw and cw.
Is there a way to add underscore as well ?
I quite often want to change part of a variable name containing underscores e.g. change src_branch to dest_branch
I end up counting characters and using s (e.g. 3sdest) whereas it would be much easier to use cw (e.g. cwdest)