vim search and replace range in all ines code example Example 1: search and replace vim :%s/foo/bar/g Example 2: vim replace between lines :5,12s/foo/bar/g