linux下vim的配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下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的配置的主要内容,如果未能解决你的问题,请参考以下文章

linux下vim配置(转发)

linux 下 vim 配置

浅谈Linux下VIM配置

Linux下更改Vim默认注释颜色

Linux配置vim,文件.vimrc

Linux之编辑器Vim