linux-vim格式設置

vim ~/.vimrcvim

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

配置完後的結果圖bash

格式化全文: gg=Gui

自動縮進當前行: ==blog

相關文章
相關標籤/搜索