A blog about software by Alexander YaƤkov Garber.

VIM Text Substitution trick

Starting string

mv app/controllers/teams_controller.rb

VIM String Substitution

:%s/\(app.*\)team\(.*$\)/\1team\2 \1organisation\2/gc

Result

mv app/controllers/teams_controller.rb app/controllers/organisations_controller.rb