1 | vi /etc/vim/vimrc |
加入
1 2 3 4 5 6 7 8 9 10 11 | "colorscheme torte colorscheme koehler set guifont=Monospace\ 9 set guioptions=aegimLt set cindent set number set hls let g:SrcExpl_isUpdateTags = 0 if has("autocmd") au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif endif |
refer to:
https://blog.csdn.net/wu407797466/article/details/7939148?utm_source=blogxgwz0