linux-vim格式设置

Posted

tags:

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

vim ~/.vimrc

set nocompatible
set number
filetype on 
set history=1000 
set background=dark 
syntax on 
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set guioptions-=T
set vb t_vb=
set ruler
set nohls
set incsearch
if has("vms")
	set nobackup
else
	set backup
endif

配置完后的结果图

技术分享

格式化全文: gg=G

自动缩进当前行: ==

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

Linux-VIM

Linux-VIM使用

Linux-vim操作

将多个输出中的hls属性设置为单独的片段代码

Linux-vim

Linux-vim编辑器