vim 与 ssh 和 putty ...Windows 粘贴后语法着色损坏

发布于 2024-07-27 01:20:45 字数 250 浏览 7 评论 0原文

背景:我正在使用 putty 通过 ssh 在 vi​​m 中编辑文件。 为了从 Windows 将大量文本复制到文件中,我只使用了标准的 putty 粘贴命令。

现在,每当我通过 ssh 使用 putty 在 vi​​m 中编辑文件时,语法着色就会消失,并且全部替换为单色黄色。

问题:还有其他人看到过这种情况吗? 是否有最佳实践方法来诊断导致此问题的原因并进行修复?

Background: I was editing a file in vim using putty over ssh. In order to copy a huge section of text to the file from windows, I just used the standard putty paste command.

Now, whenever I edit a file in vim using putty over ssh, the syntax coloring is gone, and it is all replaced with a single-color yellow.

Question: Has anyone else out there seen this happen? Is there a best-practice way to diagnose what caused this and fix it?

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

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

发布评论

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

评论(2

风启觞 2024-08-03 01:20:45

尝试按 Ctrl+L 刷新屏幕。 如果这没有帮助,请尝试 :syntaxsync。 如果这没有帮助,请尝试保存文件并使用 :e 重新加载它。

Try to refresh your screen by pressing Ctrl+L. If that doesn't help try :syntax sync. If that doesn't help either try saving file and reloading it using :e.

以歌曲疗慰 2024-08-03 01:20:45

你试过在vim中设置粘贴吗?

Have you tried :set paste in vim?

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