Vim 的套件(外掛)管理系統– Vimana
1.打开cmd。2.输入copyconfilename(filename为你的文件名),回车。3.输入编辑的内容,按回车。4.按ctrl+z保存,文件存放地为你所在的当前目录。PS:Windows中con、aux、nul分别代表了输入输出设备驱动程序、..
www.technow.com.hk/vim-vimana 2010年2月23日
XP下也可以玩vim - 李公子's Zone - 51CTO技术博客
众所周知,gdb是很好的程序调试器,而vim是强大的文本编辑器。如果两者能紧密的结合在一起,将会给调试程序带来极大的便利。实事上这件事早有人帮助完成了,下面简单介绍两种方式--gdbvim插件方式和pyclewn方式。 gdbvim插件方式该方式比较简单,它只 ...
709798685.blog.51cto.com/1073326/268892 2010年2月23日
浅谈gdb在vim里调试的两种方式
一直觉得emacs中能将shell和代码分成两屏显示的功能很实用,尤其是在调试代码时。 今天找了一个vim的插件,让vim也可以做到这点。 先来看下效果吧: vim插件:Conque Shell Usage: 在vim中,输入:ConqueTerm 并运行,比如: 写道:ConqueTerm bash : ...
virteman.webbeb.com/2010/02/186.html 2010年2月22日
将shell集成到vim中- 我是一只只小小菜鸟,想要飞,却不知道往哪儿飞 ...
It is incredibly useful to be able to match tags in tangled PHP,Javascript and HTML files this is possible with the plugin matchit.vim. You will already know that Vim matches or jumps to a matching parenthesis ({{ , with matchit.vim you ...
wuliangxx.javaeye.com/blog/600594 2010年2月22日
Matching html/xml/script tags with matchit.vim
Vim Cortez pays tribute to the sounds that marked his childhood – from Michael Jackson to Shalamar, from Prince to Cameo. Big synth bass sounds rub shoulders with old school drum machine hits, fresh synth stabs and hot guitar licks. ...
www.zzapper.co.uk/vim-tips-blog/2010/02/matching-h... 2010年2月22日
Vim Cortez
vim custom是一个集合了官方版本+实用插件+经典配置的自定义版本vim. VIM官网:http://www.vim.org VIM Custom官网:
playmakersplayground.blogspot.com/2010/02/vim-cort... 2010年2月21日
vim custom 0.1.0正式发布| netroby studio
Vim as a Rails IDE is a professional screencast by Ben Orenstein that walks you through using Vim (a popular open source text editor) as a Rails IDE of sorts. It costs $9 and runs at almost 37 minutes long. I asked him for a review copy ...
www.netroby.com/article-862.html 2010年2月21日
Vim For Rails Developers Screencast
fileencodings: Vim 启动时会按照它所列出的字符编码方式逐一探测即将打开的文件的字符编码方式,并且将fileencoding 设置为最终探测到的字符编码方式。因此最好将Unicode 编码方式放到这个列表的最前面,将拉丁语系编码方式latin1 放到最后面; ...
www.railsinside.com/screencasts/405-vim-for-rails-... 2010年2月21日
VIM编码浅析
After struggling arround with lot of editors finally i made up my mind to continue with my old favourite editor vim. I choose Python as my primary language along with C and C++. Coming to the point I know vim 7.0 has auto complete ...
hi.baidu.com/34pc/blog/item/7cc57ffa61181815a9d311... 2010年2月21日