matchit.vim插件扩展了%匹配字符的范围,并且根据不同的filetype来做不同的匹配。

 

要使用很简单。

To get the latest version:

  • 1. Download matchit.zip .
  • 2. Extract matchit.zip to ~/.vim (on Unix/Linux) or ~/vimfiles (on Windows).
  • 3. Run :helptags ~/.vim/doc (on Unix/Linux) or :helptags ~/vimfiles/doc (on Windows) to rebuild the tags file (so that you can read :help %, :help g%, etc.)
  • 4. Restart Vim or source matchit.vim with ":so ~/.vim/plugin/matchit.vim" on Unix or ":so ~/vimfiles/plugin/matchit.vim" on Windows).
  • 5. Use '%' to find corresponding

一般情况下vim都可以自动识别filetype,但如果不能识别则要输入

:set filetype=html

之类的。

 

可以查找$VIMRUNTIME/ftplugin 目录下的文件,这下面列了所有支持的type。

或者可以点开menu->syntax上查看。

GitHub 加速计划 / li / linux-dash
10
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐