vi ~/.vimrc
使用的時候
註解「#」「//」都要拿掉
使用的時候
註解「#」「//」都要拿掉
#編碼
set encoding=utf-8
set fileencodings=utf-8,cp950
syntax on //語法上色顯示
set ai //自動縮排
set shiftwidth=4 //設定縮排寬度4
set ruler //顯示右下角參數,如第幾行第幾個字
set backspace=2 //在 insert 也可用 backspace
set ic //設定搜尋忽略大小寫
set hlsearch //設定高亮度顯示搜尋結果
set incsearch //在關鍵字還沒完全輸入完畢前就顯示結果
set smartindent //設定 smartindent
set confirm //操作過程有衝突時,以明確的文字來詢問
set history=200 //保留 200 個使用過的指令
set cursorline //顯示目前的游標位置
set number //顯示行數
:nohl //搜尋不會有底色
:set nowrap //字串太長不自動換行
colorscheme torte //個人喜好顏色配置
參考網頁:
沒有留言:
張貼留言