Mac下VIM配置首先,我们去这里下载MacVim,也可用这个网址:(http://code.google.com/p/macvim/),进入后的界面如下:_______________________________________________________________________D...
分类:
系统相关 时间:
2015-12-27 19:08:27
阅读次数:
302
vim 配置文件存放路径 : ~/.vimrc 点(.)开头的文件,系统默认不显示,需要使用 ls -a 选项。syntax onset nobackupset noswapfileset hlsearchset numberset rulerset expandtabset tabstop=...
分类:
系统相关 时间:
2015-12-26 15:02:22
阅读次数:
233
使用vim来编译项目环境配置1.makeprg变量,可以用它来设置编译的命令,简单的命令赋值给它既可,用set语法2.执行:make命令就能实现编译命令的执行。3.更好的选择是使用makefile,只要你编写了makefile,不用配置vim就能通过:make命令找到makefile并执行。使用er...
分类:
编程语言 时间:
2015-12-23 16:01:28
阅读次数:
148
单位新大神说后台要用node.js重写,围观了一下感觉很好啊,学js终于有动力了。。在家把vim配置了一下,记录一下吧。。在.vim/bundle文件夹下安装这些安装包://======"对齐工具Tabular,Vim中的代码对齐插件,可以实现各种各样的对齐功能Bundle 'git clone g...
分类:
Web程序 时间:
2015-12-19 17:58:25
阅读次数:
604
"永远的冰点的VIM配置件
"2011/12/17
"imbingdian@gmail.com
"http://wlog.cn
ifv:version<700
echoerr‘This_vimrcrequiresVim7orlater.‘
quit
endif
"设置菜单语言
setlangmenu=zh_cn
"=========
"功能函数
"=========
"获取当前目录
funcGetPWD()
returnsubstitute(getcwd..
分类:
系统相关 时间:
2015-12-17 22:42:05
阅读次数:
382
一 : vim 配置1 目录/usr/share/vim/vimrc2Python 自动缩进http://blog.csdn.net/ikerpeng/article/details/18663055set filetype=pythonau BufNewFile,BufRead *.py,*.py...
分类:
系统相关 时间:
2015-12-16 17:07:03
阅读次数:
340
各种搜,拼凑出了这么一个配置文件,以下是文件的内容syntax onfiletype onset linespace=0set rulerset nocompatibleset confirmset fenc=utf-8set fencs=utf-8,gbk,gb2312,cp936,usc-bom...
分类:
系统相关 时间:
2015-12-03 14:08:46
阅读次数:
170
vim配置备忘:$cat.vimrcsettabstop=4setshiftwidth=4setsofttabstop=4setexpandtabsetautoindent"setmouse=asethlssetnusyntaxonfiletypepluginonletg:pydiction_location=‘~/.vim/bundle/pydiction/complete-dict‘letg:pydiction_menu_height=3"--Taglistsetting--letTlist_A..
分类:
系统相关 时间:
2015-11-28 18:33:16
阅读次数:
164
https://github.com/humiaozuzu/dot-vimrchttps://github.com/ma6174/vimhttp://blog.csdn.net/namecyf/article/details/7787479http://blog.csdn.net/wooin/art...
分类:
系统相关 时间:
2015-11-20 10:26:09
阅读次数:
210
set nocompatiblesource $VIMRUNTIME/vimrc_example.vimsource $VIMRUNTIME/mswin.vimbehave mswinset nobackupset nuset diffexpr=MyDiff()function MyDiff() ....
分类:
系统相关 时间:
2015-11-17 00:15:46
阅读次数:
227