首先,我要感谢[Zed Shaw](http://zedshaw.com/)帮助我写作[笨方法学Vimscript][]并使之免费。 本书的写作格式及写作风格即受其激发。
同时感谢下列来自Github或Bitbucket的用户:
* [aperiodic](https://github.com/aperiodic)
* [billturner](https://github.com/billturner)
* [chiphogg](https://github.com/chiphogg)
* [ciwchris](https://github.com/ciwchris)
* [cwarden](https://github.com/cwarden)
* [dmedvinsky](https://github.com/dmedvinsky)
* [flatcap](https://github.com/flatcap)
* [helixbass](https://bitbucket.org/helixbass)
* [hoelzro](https://github.com/hoelzro)
* [jrib](https://github.com/jrib)
* [lheiskan](https://github.com/lheiskan)
* [lightningdb](https://github.com/lightningdb)
* [manojkumarm](https://github.com/manojkumarm)
* [manojkumarm](https://github.com/manojkumarm)
* [markscholtz](https://github.com/markscholtz)
* [marlun](https://github.com/marlun)
* [mattsacks](https://github.com/mattsacks)
* [Mr-Happy](https://github.com/Mr-Happy)
* [mrgrubb](https://github.com/mrgrubb)
* [NagatoPain](https://github.com/NagatoPain)
* [nathanaelkane](https://github.com/nathanaelkane)
* [nielsbom](https://github.com/nielsbom)
* [nvie](https://github.com/nvie)
* [Psycojoker](https://github.com/Psycojoker)
* [riceissa](https://github.com/riceissa)
* [rodnaph](https://github.com/rodnaph)
* [rramsden](https://github.com/rramsden)
* [sedm0784](https://github.com/sedm0784)
* [sherrillmix](https://github.com/sherrillmix)
* [tapichu](https://github.com/tapichu)
* [ZyX-I](https://github.com/ZyX-I)
还有来自更多人的帮助,就不在此一一列举。
- 前言
- 鸣谢
- 预备知识
- 打印信息
- 设置选项
- 基本映射
- 模式映射
- 精确映射
- Leaders
- 编辑你的Vimrc文件
- Abbreviations
- 更多的Mappings
- 锻炼你的手指
- 本地缓冲区的选项设置和映射
- 自动命令
- 本地缓冲区缩写
- 自动命令组
- Operator-Pending映射
- 更多Operator-Pending映射
- 状态条
- 负责任的编码
- 变量
- 变量作用域
- 条件语句
- 比较
- 函数
- 函数参数
- 数字
- 字符串
- 字符串函数
- Execute命令
- Normal命令
- 执行normal!
- 基本的正则表达式
- 实例研究:Grep 运算符(Operator),第一部分
- 实例研究:Grep运算符(Operator),第二部分
- 实例研究:Grep运算符(Operator),第三部分
- 列表
- 循环
- 字典
- 切换
- 函数式编程
- 路径
- 创建一个完整的插件
- 旧社会下的插件配置方式
- 新希望:用Pathogen配置插件
- 检测文件类型
- 基本语法高亮
- 高级语法高亮
- 更高级的语法高亮
- 基本折叠
- 高级折叠
- 段移动原理
- Potion段移动
- 外部命令
- 自动加载
- 文档
- 发布
- 还剩下什么?