Changing variable names in Vim
问题 I am trying to read a lot of C/Perl code through Vim which contain many single letter variable names. It would be nice to have some command which could help me change the name of a variable to something more meaningful while I'm in the process of reading the code so that I could read the rest of it faster. Is there some command in Vim which could let me quickly do this? I don't think regexes would work because: the same single letter name might have different purposes in different scoping