限制 Vim 中代码的搜索范围
如何将 Vim 中的搜索范围限制为光标当前所在的函数/类/代码块,而不必弄清楚行号是什么?能够在视觉选择中进行搜索也可以,因为有选择当前代码块的方法。
(类似于这个问题,但更通用)
How can I limit the search scope in Vim to the function/class/code block that the cursor is currently in, without having to figure out what the line numbers are? Being able to search in the visual selection would also do, as there are methods for selecting the current code block.
(Similar to this question, but more generic)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我将复制并粘贴 "使用 / 和 进行搜索 ? 的全部内容” (在视觉选择中)来自 Vim Tips Wiki。
I'm going to just copy and paste the entire content of "Searching with / and ?" (within a visual selection) from the Vim Tips Wiki.
为简洁起见:
For brevity: