Find and replace
Find
:vimgrep /Duyet/gj src/**/*Substitute within all files that contain
:cfdo %s/Duyet/Hihi/gcSave all files
:cfdo updateLast updated
Was this helpful?
:vimgrep /Duyet/gj src/**/*:cfdo %s/Duyet/Hihi/gc:cfdo updateLast updated
Was this helpful?