Common workflow might be to replace a word with another word, for all or many instances of the original word. This would be made expedient by searching the original word and using the . to perform the replacement, so having thesaurus_query apply the change be an actual vim action would facilitate that!
Common workflow might be to replace a word with another word, for all or many instances of the original word. This would be made expedient by searching the original word and using the
.to perform the replacement, so having thesaurus_query apply the change be an actual vim action would facilitate that!