vi 中的语法高亮
vi 上有语法高亮吗?我在 windows xp 中通过 putty 并使用 vi sshing 到 AIX 框。我想知道 vi 中是否有语法突出显示功能。(我的 google-fu 失败了,因为与 vi 有关的所有结果都指向 vim)。如果存在,是否可以在 putty 中获取颜色?(但我对此表示怀疑,因为通过 ssh 发送颜色信息将是额外的开销。)。任何帮助将不胜感激。提前致谢。
Is syntax highlighting there on vi?. I am sshing to an AIX box via putty in windows xp and using vi. I would like to know if there is syntax highlighting feature in vi.(My google-fu failed as all the results pertaining to vi point to vim). If this exists, Is it possible to get the colors in putty?.(I doubt it though, as sending the color information via ssh would be an additional overhead. ). Any help would be much appreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,语法高亮是 vim 的扩展。
No, syntax highlighting is a vim extension.
真正的 vi 及其精确克隆不支持语法突出显示。这就是为什么你的 Google 查询都以 vim 结束,而 vim 确实支持它。
顺便说一句,我一直使用 vim 而不是 ssh,突出显示的信息不会影响可用性或屏幕更新速度。
Real vi and its exact clones did not support syntax highlighting. That is the reason why your Google queries all ended at vim, which does support it.
Incidentally, I use vim over ssh all the time and the highlighting information does not impact the usability or screen update speed.