Question is in the title but an example will explain it better. Suppose I am editing a config file with vim and want to change this line
uid = www-data
to
uid = anotheruser
the ci" is perfect for me when the value is between quotes ( cf How to replace text between quotes in vi ) but when it's not I resort to use insert mode (for now). What would you use to get the job done faster ?