vim配置

set encoding=utf-8                                                                 
syntax on
set ruler
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]

set cursorline
highlight CursorLine guibg=lightblue ctermbg=lightgray

set autowrite
set guioptions-=T
set guioptions-=m
set incsearch
set noeb
set ttimeout
set ttimeoutlen=100
set confirm
set mouse=
set selection=exclusive
set selectmode=mouse,key
set showmatch
set tabstop=5
set shiftwidth=5
set noexpandtab
set listchars=tab:>-,trail:-
set laststatus=2
filetype plugin indent on

posted @ 2026-03-03 09:39  RightDo  阅读(2)  评论(0)    收藏  举报