配置linux下的vimrc

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置linux下的vimrc相关的知识,希望对你有一定的参考价值。

我运维和dba通常使用的如下:

set paste

set shortmess=atI

syntax enable

syntax on

set ai

set ruler

set autoindent

set nocompatible

set magic

set confirm

set history=1000

set cursorline

highlight Comment ctermfg=lightblue guifg=darkblue

set cindent

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

set nu


" 设置状态栏

set laststatus=2 

highlight StatusLine cterm=bold ctermfg=yellow ctermbg=blue

function! CurDir()

    let curdir = substitute(getcwd(), $HOME, "~", "g")

    return curdir

endfunction

set statusline=[%n]\ %f%m%r%h\ \|\ \ pwd:\ %{CurDir()}\ \ \|%=\|\ %l,%c\ %p%%\ \|\ ascii=%b,hex=%b%{((&fenc==\"\")?\"\":\"\ \|\ \".&fenc)}\ \|\ %{$USER}\ @\ %{hostname()}\


以上是关于配置linux下的vimrc的主要内容,如果未能解决你的问题,请参考以下文章

Hadoop在Linux环境下的配置

MySQL在Django框架下的基本操作(MySQL在Linux下配置)

Linux下使用Nginx做CDN服务器下的配置

Linux环境下的Python配置,必备库的安装配置

Windows下的Linux子系统安装,WSL 2下配置docker

redis在windows和Linux系统下的下载安装配置