how can I find the close html tag quickly in vim?

前端 未结 4 1496
青春惊慌失措
青春惊慌失措 2020-12-28 17:04

Just like editing C source file, I can press % to get the closing } for the current cursor\'s {. How can I do this when editing html files? Is there any shortcuts? To be cle

4条回答
  •  -上瘾入骨i
    2020-12-28 17:31

    MatchTagAlways is a plugin that always highlights the XML/HTML tags that enclose your cursor location.

    https://github.com/Valloric/MatchTagAlways

提交回复
热议问题