ZY's WordPress ? developerWorks上的Vim入门教程收藏

来源:百度文库 编辑:神马文学网 时间:2024/07/04 23:33:57

虽然我一直在用Emacs,但有时也用Vi/Vim,因为Vi比Emacs更快,而且安装率比Emacs高,很方便临时编辑文件,因为我不懂Vi的其它高级操作/配置,只记住了一个——配置语法高亮:

  1 # $HOME/.vimrc 2 if &t_Co > 1 3     syntax enable    # or "syntax on" 4 endif

偶然在IBM developerWorks中国的Linux专区找到了吴咏炜的3篇Vim入门教程——Vim 实用技术系列,我很喜欢IBM developerWorks的专业态度和对发布文章的精选,这个系列的Vim教程也不例外:由浅入深,注重实用,实例为主,很适合上手。链接如下:

Vim 实用技术,第 1 部分: 实用技巧
Vim 实用技术,第 2 部分: 常用插件
Vim 实用技术,第 3 部分: 定制 Vim

这里还有该教程作者的一小段邮件:

Wu Yongwei to vim

There are three parts under the title "Practical Vim" on the front
page of the Linux section:

http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim1/ (Tips and skills)
http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim2/ (Plugins)
http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim3/ (Customization)

Well, I wrote them, and hope all Chinese people here can find them useful (send the URLs to your friends to encourage them to use Vim, if you feel so). Sorry that they are in Chinese only.

Dr Chip, this time I included two of your plugins--I know they are too little compared to all your productions; however, they are already 2/9 :-).

Happy vimming,

Yongwei