額外比較重要的:
額外:
d T ‘)’ : 刪除括號內的內容
set nu "設定行號
set number
set hlsearch "高亮所有查詢結果
syntax on "語法高亮
set showmode "顯示當前模式
set showcmd "顯示輸入的命令
set cursorline "遊標所在行新增橫線顯示
set shiftwidth=4 "設定每次縮排的寬度
set cindent "C語言縮排規則
set path +=.,/usr/include "使用gf命令查詢的目錄
set fileencodings=utf-8,gb18030,gbk,gb2312
filetype indent on "檔案型別檢查
博主部落格鏈接:vimplus