摘要:You should install a plugin named {editing Matlab files in Vim}.Then add such command to your own .vimrc filesource $VIMRUNTIME/macros/matchit.vimfiletype indent onautocmd BufEnter *.m compiler mlint
阅读全文
摘要:================================================== This artical came from:http://c2.com/cgi/wiki?EmacsVsVi==================================================GreatEmacsFeatures vs GreatVimFeatures (see also EmacsAndVi) - One of the first big HolyWars to take place on the internet. HEATHENS! EdIsTheSt.
阅读全文
摘要:[转]自: http://blog.csdn.net/oyd/article/details/1511128=================================================原文标题 EMACS vs. vi :The endless geek 'holy war'翻译的不好,有些句子不知道如何译的我就直接留的英文原文,大家见谅EMACS vs. vi The endless geek 'holy war'EMACS 对 vi:永无止境的圣战刚走没多久,又开始了。我们linux版的版主表示这周的使用指南将要取消,这个指南是关于使用
阅读全文
摘要:把一些常用的和最近新学习的一些命令都列出来了,让我们的编程成为乐趣无穷的探险和享受!========================================================''' 这一部分是入门级别的操作命令 '''* 跳转到某一行 27gg 27G* 查找字符串(向下) /string (*[]^%/?~$ 前面要加反斜杠)* 查找字符串(向上) ?string* 查找下一个相同的字符串 n* * 查找整个字符串 /string\>* 查看以前搜索的内容 / 然后按上或下* 删除一个word dw* [
阅读全文