在vim中搜索单词

基本的搜索:

  /pattern    向前搜索

  ?pattern   向后搜索

  n               向前重复搜索

  N               向后重复搜索

 

搜索并替换

  :%s/search_for_this/replace_with_this/    搜索所有的文本并进行替换

  :%s/search_for_this/replace_with_this/c  确认每次替换

posted @ 2015-11-30 14:26  峰峰仔  阅读(2038)  评论(0编辑  收藏  举报