有没有办法在 vi 中编辑最后的搜索/替换模式?
我在 vi 编辑器中的复杂搜索模式中犯了一个错误,现在想修改它。
我知道 vi 会记住最后的搜索模式,但我可以查看和编辑它吗?
I made a mistake in a complex search pattern in vi editor and want to modify it now.
I know vi remembers the last search pattern but can I view and edit it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现代 vi/vim 保留了 vi 中使用的
:
和/
命令的历史记录。因此,您只需按向上箭头键即可再次获取搜索模式,然后对其进行编辑。Modern vi/vim keeps a history of
:
and/
command used in vi. So you can just press up arrow key to get your search pattern again and then edit it.