我估计把这个 vimrc 研究一遍,VIM 就有小成了
” General
“”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"
set nocompatible ” get out of horrible vi-compatible mode
filetype on ” detect the type of file
set history=1000 ” How many lines of history to remember
set cf ” enable error files and error jumping
set clipboard+=unnamed ” put yanks/etc on the clipboard
” Theme/Colors
“”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”"”" 阅读全文…






