在Vim中搜索和更换
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Vim中搜索和更换相关的知识,希望对你有一定的参考价值。
Search and replacing all instances of some text within Vim
:%s/searchterm/replaceterm/g eg. Search for the word "today" within the whole file and replace all occurrences of it with "tomorrow". :%s/today/tomorrow/g
以上是关于在Vim中搜索和更换的主要内容,如果未能解决你的问题,请参考以下文章