您的位置:首页 > 运维架构 > Linux

Linux环境.vimrc.utf-8设置

2011-08-08 22:28 274 查看
syntax on
set ts=4
set autoindent
set smartindent
set cindent shiftwidth=4
set softtabstop=4
autocmd FileType c set expandtab
autocmd FileType cpp set expandtab
autocmd FileType php set expandtab
autocmd FileType python set expandtab
set nobackup
set backupcopy=no
set hlsearch
set incsearch
set fencs=ucs-bom,utf8,gbk
set tenc=gbk
set enc=utf8
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux python php c