为什么 vi 不断替换文本?

发布于 2024-11-13 11:32:50 字数 69 浏览 1 评论 0原文

如何阻止 vi 在打字时替换文本?例如,在 groovy 文件中,当我键入“pl”时,vi 会将其替换为“println”。

How do I stop vi from replacing text while typing? For example, in a groovy file when I type "pl" vi replaces it with "println".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

德意的啸 2024-11-20 11:32:50

你检查过 .vimrc 文件吗?那里可能有替代品。我帮你用谷歌搜索了一下,结果是 this 结果,可能比您想要的更完整。

Have you checked the .vimrc file? It might have the replacements there. I googled it for you and came up with this result, which might be more complete than you want.

紫竹語嫣☆ 2024-11-20 11:32:50

它是由于缩写而发生的,显然不能轻易禁用它。根据 vim 用户邮件列表,我已将以下内容添加到我的 .vimrc 中:

autocmd FileType * abc

It happens due to abbreviations, which apparently cannot be disabled easily. Per the vim users mailing list, I've added the following to my .vimrc:

autocmd FileType * abc

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文