gpt4 book ai didi

vim - 如何仅在当前行中搜索和替换?

转载 作者:行者123 更新时间:2023-12-03 14:31:12 24 4
gpt4 key购买 nike

我看到how to search and replace in specific lines ,按行号指定,和 how to search and replace using the current line as reference to a number of lines down .

如何仅在当前行中搜索和替换? 我正在寻找一个简单的解决方案,它不像链接的解决方案那样涉及指定行号。

最佳答案

替换所有出现的 str1str2在某行:

:s/str1/str2/g

删除 g选项,如果您只想替换第一次出现。

关于vim - 如何仅在当前行中搜索和替换?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46181488/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com