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