首先,我要感謝[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段移動
- 外部命令
- 自動加載
- 文檔
- 發布
- 還剩下什么?