LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1404|回复: 4

vim怎样在匹配的html tag间跳转

[复制链接]
发表于 2009-9-10 18:07:32 | 显示全部楼层 |阅读模式
比如
<body>
<a></a>
</body>
想从body跳到结束tag,不管里面套了多少层。
不知道说清楚没有。

感谢知道的大大告诉一下。
发表于 2009-9-10 23:30:53 | 显示全部楼层
1。确保你启用了 matchit 插件(这个是官方标配的插件)
2。按 % 键跳转
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-11 12:42:46 | 显示全部楼层
这个好像只能跳括号。不能跳到结束tag啊。
回复 支持 反对

使用道具 举报

发表于 2009-9-12 10:41:28 | 显示全部楼层
matchit 官方包括了,但是没有启用。

安装方法如下。


You can use this script as a plugin, by copying it to your plugin directory.
See |add-global-plugin| for instructions.  You can also add a line to your
|vimrc| file, such as >
        :source $VIMRUNTIME/macros/matchit.vim
or >
        :runtime macros/matchit.vim
Either way, the script should start working the next time you start up Vim.

就像上面说的,最简单的方法就是拷贝到plugin目录下,或者用source来引入。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-15 15:01:28 | 显示全部楼层
感谢。好使拉
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表