vim how to change word in the file code example Example 1: vim replace command :%s/foo/bar/g Example 2: search and replace vim :6,10s///g | 14,18&&