Chinaunix首页 | 论坛 | 博客
  • 博客访问: 164974
  • 博文数量: 56
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 593
  • 用 户 组: 普通用户
  • 注册时间: 2014-02-18 09:59
文章分类

全部博文(56)

文章存档

2019年(1)

2018年(26)

2016年(1)

2015年(6)

2014年(22)

我的朋友

分类: LINUX

2015-01-30 15:27:30



"set number
set encoding=utf-8 fileencodings=ucs-bom,utf-8,cp936


set autoindent


" 继承前一行的缩进方式,特别适用于多行注释
" set autoindent


" 为C程序提供自动缩进
set smartindent


" 使用C样式的缩进
set cindent


" 制表符为4
set tabstop=4


" 统一缩进为4
set softtabstop=4
set shiftwidth=4


syntax on
set expandtab
set tabstop=4
set shiftwidth=4
" set foldlevelstart=2
" set foldmethod=indent
set smartindent
set autoindent
set number
set hlsearch


nmap ;t :tabnew
nmap ; :
nmap za
nmap gt
nmap gT


阅读(1132) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~