replace
enter commando modus (with ‘:’)
:%s/"css\//"assets\/admin\/css\//g #%s for search /g for replacement
explanation:
usage
Simple format is as follows:
%s/old-string/new-string/g
Type : (colon) followed by %s/foo/bar/ and hit [Enter] key.
:%s/foo/bar/g # replace foo with bar