Vim 7.0版正式发布了!这是自Vim6以来的最重大的一次更新,在功能上有极大的增强,强烈建议现在就升级:*nix可以自己编译,PC用户可以直接下载编译好的版本。

Another News: author of vim, Bram Moolenaar, is working for google now.
  

  增强亮点有:

  

   * 标签页,:tabnew开新标签,gt在标签间切换;:tabdo命令可以在所有打开的标签页上执行命令。

   * 拼写检查,:set spell/nospell打开和关闭,]s到下一个错误,[s到上一个错误,z=显示所有正确的拼写推荐,敲入序号即可改正。

   * 代码补全,敲代码时如果有支持,Ctrl-x Ctrl-o即可列出可能的选项,然后按屏幕下面的快捷键选择即可。

   * 回退操作,不但可以一步步回退,还可以直接退回到几个小时前。

  

  www.vim.org

To Build Vim7 under Debian SID: refer to here or use experimental package

In case you don't know what Vim is, refer to Vim and Editor War between Vim and Emacs (wikipedia). The latter is a 大八卦.

Resources:
Intro to Vim (Tchinese)
http://linux.vbird.org/linux_basic/0310vi.php

Efficient Editing with Vim
http://jmcpherson.org/editing.html

Quick Reference
http://tnerual.eriogerg.free.fr/vimqrc.html

Map caps to esc
http://www.vim.org/tips/tip.php?tip_id=285

How to use vim with Firefox
http://swaroopch.info/text/How_to_use_Vim_with_Firefox


吴咏炜的三篇Vim文章

(Tips and skills)

http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim1/

(Plugins)

http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim2/

(Customization)

http://www-128.ibm.com/developerworks/cn/linux/l-tip-vim3/