用于程序员的命令
Vim 编辑器包含大量的命令使程序员的生活变得更容易。例如,Vim包含一些命令帮助你取得正确的缩进,匹配括号,跳越到源文件。
Vim最好的特性之一是 as far as a programmer is concerned are the commands that enable you to build a program from within Vim and then go through the error list and edit the files that caused trouble。
在此章,你将学习到下面的东西:
- 语法颜色
- 自动缩进
- 缩进命令
- 导航到源码的命令
- 通过man命令获取信息
- 使用标签进入或出去调用栈
- 使用:make命令制作程序
- 使用:grep 在File中搜索