VIM: Sets ignore case and smart case
This means vim will search case insensitively until a capital letter is inserted
這個提交存在於:
父節點
22adb0a397
當前提交
068bc6e3c1
共有 1 個檔案被更改,包括 5 行新增 和 0 行删除
|
@ -20,6 +20,11 @@ set number
|
|||
" Allows vim to background buffers without saving
|
||||
set hidden
|
||||
|
||||
" Sets vim to smart case
|
||||
" If search is all lowercase, search insensitively; if you include a capital
|
||||
" it becomes a case sensitive match
|
||||
set ignorecase smartcase
|
||||
|
||||
" Makes vim try to keep 5 lines visible at the top and bottom
|
||||
set scrolloff=5
|
||||
|
||||
|
|
載入中…
新增表格
新增連結
新增問題並參考