用 vim 标记补全?
可能的重复:
如何快速关闭vim中的html标签 < /p>
一我最喜欢的 TextMate 功能之一是能够键入标签,例如
,然后按 ⌥+⌘+.,会自动插入对应的结束标签
我怎样才能在 vim 中做到这一点?
Possible Duplicate:
How can one close html tags in vim quickly
One of my favorite features of TextMate is the ability to type out a tag, say <div>
, and press ⌥+⌘+., it will automatically insert the corresponding end tag, </div>
.
How can I do this in vim?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我为此使用
xmledit
插件。I use the
xmledit
plugin for this.我没有使用过 TextMate,所以我不确定这是否完全相同,但有一个名为 snipmate 的 vim 插件可以帮助你。
http://www.vim.org/scripts/script.php?script_id=2540
I've not used TextMate so I'm not sure if this is quite the same thing but there is a vim plugin called snipmate that may help you out.
http://www.vim.org/scripts/script.php?script_id=2540