
VIM
ppby2002
这个作者很懒,什么都没留下…
展开
-
Windows下使用gvim格式化xml文件
1. 下载xmllint.exehttp://code.google.com/p/xmllint/downloads/list下载后,将xmllint.exe配置到PATH中。2. 配置_vimrc文件Windows下"_vimrc"文件默认保存在gvim安装根目录下。在最后添加au FileType xml exe ":silent 1,$!xmllint % --format --recover"表示使用xmllint打开xml文件。如果xmllint.exe没有加入PATH,$!后必须写绝对路径。3.原创 2010-12-27 10:15:00 · 2292 阅读 · 0 评论 -
Windows下使用gvim
1. 设置颜色再vim的安装目录下,修改_vimrc文件,加入colorscheme murphy。下次启动时会自动加载颜色配置。转载 2010-11-17 09:31:00 · 701 阅读 · 0 评论 -
vim命令
set wrap/nowrap 设置折行set linebreak 折行不拆分单词原创 2011-08-03 10:53:39 · 511 阅读 · 0 评论 -
vim 折行
1. 折叠方式 可用选项 'foldmethod' 来设定折叠方式:set fdm=*****。有 6 种方法来选定折叠: manual 手工定义折叠indent 更多的缩进表示更高级别的折叠exp转载 2011-08-03 10:56:26 · 2035 阅读 · 0 评论 -
How To Add Bookmarks Inside Vim Editor
1. Vim Local BookmarkWithin a single file when you want to go to a particular position or line, then you can use local marking. If the boo转载 2011-09-21 17:03:41 · 921 阅读 · 0 评论 -
大家来学VIM
[2]一、前言 [3]为什么选 VIM? [4]何处抓 VIM(elvis)? [5]编译安装 [6]勤前教育 [7]基本教练:step by step [8转载 2011-09-21 17:04:53 · 2253 阅读 · 0 评论