帮助 Help
首先,也是最重要的,Vim内置了及其丰富的帮助信息。您可以随时使用:help
命令,来查找详细的帮助信息。
强烈建议通篇阅读内置的VIM教程(vimtutor),此教程通过介绍必要的编辑命令,来帮助您快速上手,整个学习过程大约仅需要30分钟时间。
您可以在操作系统的命令行中,使用以下命令打开教程:
$ vimtutor
你也可以在Vim中,使用以下命令打开特定语言的教程:
:e $VIMRUNTIME\tutor\tutor.zh_cn.utf-8
网站 Websites
- vim official website
- vimdoc [中文版]
- Vim help files
- The github base for core Vim
- Vim Tips Wiki
- The Vi Lovers Home Page
- Code Yarns
- Learn Vimscript the Hard Way
- VIM-GALORE
书籍 Books
- Learning the Vi and Vim Editors, Arnold Robbins
- Vi iMproved (VIM), Steve Oualline
- A Byte of Vim, Swaroop C H
- Mastering Vim, Ruslan Osipov
- Practical Vim, Drew Neil
- Hacking Vim, Kim Schulz
- vi and Vim Editors Pocket Reference, Arnold Robbins
- Vim Recipes, runpaint>
速查表 CheatSheet
视频 Screencasts
插件 Plugins
其它 Others
- OpenVim,交互模式教程
- Vim Adventures,以游戏方式练习Vim命令
没有评论:
发表评论