Answers for "nvim how to replace all same words"

1

search and replace vim

:6,10s/<search_string>/<replace_string>/g | 14,18&&
Posted by: Guest on April-09-2020

Code answers related to "nvim how to replace all same words"

Browse Popular Code Answers by Language