1 2 3 4 5 6 7 8 9 10 11 12 13 |
set hlsearch set nocompatible set nu filetype on syntax on set autoindent set smartindent set tabstop=4 set shiftwidth=4 set expandtab if has('mouse') set mouse-=a endif |
vimrc备份
Leave a reply
1 2 3 4 5 6 7 8 9 10 11 12 13 |
set hlsearch set nocompatible set nu filetype on syntax on set autoindent set smartindent set tabstop=4 set shiftwidth=4 set expandtab if has('mouse') set mouse-=a endif |