码迷,mamicode.com
首页 > 系统相关 > 详细

Gvim 个性化配置

时间:2015-05-07 12:45:42      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin

set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1

"set encoding=utf-8

set termencoding=cp936


set guifont=Courier_New:h13:cANSI


colo desert

set nobackup

set showtabline=2

set tabpagemax=25

set guioptions-=T

set cursorline 

set ts=4

set sw=4



Gvim 个性化配置

标签:

原文地址:http://my.oschina.net/justphp/blog/411719

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!