首页 > 系统服务 > 详细

VIM配置

时间:2014-10-11 21:47:58      阅读:355      评论:0      收藏:0      [点我收藏+]

"

" FileName: .vimrc

" Author: zangzhiyuan

" Date: 2013-11-21 9:37:24

" Description:vim configuration

"


"设置语法高亮

syntax enable

syntax on


"设置显示行号

set number


"设置缩进大小

set sw=4

set ts=4


"设置.pc文件代码高亮

autocmd BufEnter *.pc set filetype=esqlc


"设置编码

set fileencodings=utf-8

set termencoding=utf-8

set fileformat=unix

set encoding=prc


"不进行备份

set nobackup


"自动缩进

set autoindent

"c语言缩进

set cindent


"括号匹配

set showmatch


 "搜索忽略大小写

set ignorecase  


" 去掉输入错误的提示声音

set noeb


"共享剪贴板  

set clipboard+=unnamed 


" 自动缩进

set ai              

" 智能缩进

set si              


"配色方案

colorscheme torte


VIM配置

原文:http://my.oschina.net/zangzy/blog/326910

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!