my vimrc

color evening
filetype on
set number
set cursorline
set tabstop=4
set softtabstop=4
set shiftwidth=4
set autochdir
set autoindent
set smartindent
set cindent
imap { {<CR>}<Esc>kA<CR>
inoremap ( ()<ESC>i
inoremap [ []<ESC>i
inoremap " ""<ESC>i
inoremap ' ''<ESC>i
inoremap #include< #include<><ESC>i
View Code

 

posted @ 2019-08-28 17:46  remarkable  阅读(164)  评论(0编辑  收藏  举报