Vim及VimScript资料总结《转载》

时间:2023-12-20 23:38:02

版权声明:本文为博主原创文章,未经博主允许不得转载。

目录(?)[+]

Vim教程

入门

  1. Vim 实用技术
  2. Learning the vi and Vim Editors
  3. A Byte of Vim

进阶

  1. Practical Vim
  2. Hacking Vim 7.2

VimScript教程

  1. Learn VimScript the Hard Way
    • 如果想系统了解如何开发vim插件, 这是最好的入门与深入教程

Vim 配置

  1. spf13 presents - The Ultimate Vim Distribution
    • 终极配置方案, 建议有vimscript基础后根据其其代码打造自己的配置

社区与网站

  1. http://www.vim.org/
  2. http://vim.wikia.com/wiki/Vim_Tips_Wiki
  3. google
    • 遇到问题, 一般google都能解决

我的插件

个人开发的一些插件, 用于解决工作中的实际问题.

  1. https://github.com/FuDesign2008/GoodColors.vim

    • 精心挑选的Vim配色(scheme)
    • :Range 命名随机选择配色, 再也不用为选择哪种配色而烦恼
  2. https://github.com/FuDesign2008/translator.vim

  3. https://github.com/FuDesign2008/ToggleNumber.vim

    • 快速切换行号/相对行号/无行号状态
    • 了解相对行号好处的同学, 应该知道很有用
  4. https://github.com/FuDesign2008/SpaceControl.vim

    • 控制代码中tab转换成空格, 行尾清除空格
  5. https://github.com/FuDesign2008/OpenUrl.vim

    • 快速打开光标下的URL链接, 再也不用 a.选择链接地址区域; b.拷贝链接; c.粘贴到浏览器 d.enter键 打开链接
    • 自动识别URL
  6. https://github.com/FuDesign2008/GotoFile.vim

    • 根据光标所在的相对路径快速打开文件
    • 对使用sea.js管理JavaScript代码模块的工程非常有用, 在某些情景下比Ack插件还爽
  7. https://github.com/FuDesign2008/jslhint.vim

    • 集成jshint和jslint检查引擎, 可*切换检查引擎
    • 更好的管理jshint/jslint的配置
  8. https://github.com/FuDesign2008/backbone.vim

    • jQuery/Underscore语法高亮, 高亮jQuery, Underscore的方法名
    • 对使用jQuery/Underscore/Backbone的同学比较有用
  9. https://github.com/FuDesign2008/ppt.md

  10. https://github.com/FuDesign2008/WebSearch.vim

    • 将web搜索集成到vim, 可*配置搜索引擎
    • :WS keyword1 keyword2 ... 即可搜索
  11. https://github.com/FuDesign2008/MarkdownViewer.vim

  12. https://github.com/FuDesign2008/plan.vim