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

linux下vim的配置

时间:2016-03-28 12:06:18      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:vim配置

下面是我的配置信息:


set shortmess=atI


syntax enable

syntax on


set ai


set nu

set ruler


set autoindent


set nocompatible

set magic

set confirm



set history=1000


set cursorline

highlight Comment ctermfg=lightblue guifg=darkblue


set cindent


set expandtab

set tabstop=4

set softtabstop=4

set shiftwidth=4

set smarttab


set si

set wrap

set showmatch

set smartindent

set cin


set hlsearch

au BufReadPost * if line("‘\"") > 0|if line("‘\"") <= line("$")|exe("norm ‘\"")|else|exe "norm $"|endif|endif


# 删除行末的空格

autocmd BufWritePre * :%s/\s\+$//ge


# 每行到第80个字符就自动换行

setlocal textwidth=80


linux下vim的配置

标签:vim配置

原文地址:http://lee90.blog.51cto.com/10414478/1757460

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