Find and replace strings in vim

Find and replace strings in vim

  • 2020-1-23
1
:s/<search_string>/<replace_string>/g

Ref: https://stackoverflow.com/a/19996145