vim.org
community : vim online
http://www.vim.org/community.php
Not logged in ( login. Some people say that vi users are a rabid pack of fanatical lunatics. We prefer to think of ourselves as community of users who have found a piece of software that perfectly meets our needs. We like to help our fellow users whenever we can. There are several "official" mailing lists for Vim. Please note that to post on these lists, you must be a member. Except for vim-announce, you cannot post there). To subscribe, send an empty message to [list-name]-subscribe@vim.org. The tips ha...
wiki.hotoo.me
Vim - 闲耘™.Wiki
http://wiki.hotoo.me/Vim.html
这里是 我的个人 Vim 项目. 项目目录结构基本保持和vim安装目录一致,里面有一个 Addons 目录] , 主要用来放置和 Vim 有关,但不适合放在 Vim 安装目录中的资源或工具文件。 我的大部分设置及插件都可以从 vimrc 中看出端倪,另外也可以参考我的 Blog. EMACS 对 vi 永无止境的圣战. Coming Home to Vim. 希望相互交流学习, * 欢迎加入 Vim 的 GTalk 群. 另外我发起了一个 * Vim 脚本 文档中文计划. Learn Vimscript the Hard Way. PerlHacks.On.Vim (林佑安). Vim Editor in English. Kim Schulz Hacking Vim. How To Trace Code Like Source Insight Through Vim. VIM for (PHP) Programmers. 7 Habits For Effective Text Editing 2.0. Vim pr0n: Implementing prototype based objects.
nop.wibben.de
Vimlinks 23 - Apache Logfiles, Vim Tricks, Vim IRC channel
http://nop.wibben.de/vimlinks-23
Impressum & Datenschutz. Vimlinks 56 Usergroup Treffen in DE, Neues Buch (Writing with Vim). Vimlinks 55 ShellCheck.vim, WebVim, tagbar-phpctags.vim. Das neuen MacBook Pro, der ESC-Key und Vim. Vimlinks 54 VimFeed, Vi Quellcode, vim-srcery.vim. Vimlinks 53 vim-php.vim, Movement Speed Challenge, Completor.vim. Wer sich oft Apache-Logfiles ansieht, der wird das Syntax-Plugin httplog zu schätzen wissen. Lässt sich auch einfach anpassen z. B, 4xx farbig hervorheben. In Vim umgebende HTML-Tags entfernen.
a-dimit.blogspot.com
?- true.: June 2008
http://a-dimit.blogspot.com/2008_06_01_archive.html
Saturday, 7 June 2008. Code Folding in VIM. Is arguably one of the most awesome editors around. I use it exclusively, extending it with many plugins. As of version 6.0 Vim supports code folding. A nice way to hide blocks you don't need to see and thus reduce the visible complexity of the code you're editing. Vim accomplishes this using a. Which can guess where to fold the code based on syntactic. Hints (defined in the syntax file of the FileType you're using), indentation. I'll try to replace it soon.