home: vim: clarify how to disable 'ignorecase'
Because I tend to forget the exact way to do it, let's document it so I have an easy place to check next time.
This commit is contained in:
parent
c8a06b30d0
commit
0f5d2601c6
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ colorscheme gruvbox
|
|||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Enable search high-lighting while the search is on-going
|
||||
set hlsearch
|
||||
" Ignore case on search
|
||||
" Ignore case on search unless \C is in search terms
|
||||
set ignorecase
|
||||
" Ignore case unless there is an uppercase letter in the pattern
|
||||
set smartcase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue