編輯 ~/.vimrc 這個檔案(若沒有請自行新增)
在檔案中加入所需要的設定
背景 (預設 set bg=light)
set bg=dark
只在 Normal 以及 Visual 模式使用滑鼠,也就是取消 Insert 模式的滑鼠
set mouse=nv
顯示行號
set number
搜尋不分大小寫
set ic
使用空白取代 Tab
set expandtab
自訂縮排 (Tab) 位元數
set tabstop=2
set shiftwidth=2
字數過長時換行
set wrap
不換行
set nowrap
高亮當前行 (水平)
set cursorline
捲動時保留底下 3 行
set scrolloff=3
儲存後退出即可
更多詳細介紹請看:
http://note.drx.tw/2008/01/vimrc-config.html
如要套用別人的 Color Scheme 可以參考
https://blog.longwin.com.tw/2009/03/choose-vim-color-scheme-2009/
沒有留言:
張貼留言