用 vim 标记补全?

发布于 2024-11-09 16:03:04 字数 371 浏览 3 评论 0原文

可能的重复:
如何快速关闭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 技术交流群。

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

发布评论

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

评论(2

辞取 2024-11-16 16:03:04

我为此使用 xmledit 插件。

...在插入模式下完成标签(按“>”)时
标签将完成。如果您按“>”两次它将完成标签并
将光标放在其自己行的标签中间。

I use the xmledit plugin for this.

...When in insert mode and you finish a tag (pressing '>') the
tag will be completed. If you press '>' twice it will complete the tag and
place the cursor in the middle of the tags on it's own line.

微暖i 2024-11-16 16:03:04

我没有使用过 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

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