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
5767c60cf2
commit
cf9c77ab3f
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
|
" Enable search high-lighting while the search is on-going
|
||||||
set hlsearch
|
set hlsearch
|
||||||
" Ignore case on search
|
" Ignore case on search unless \C is in search terms
|
||||||
set ignorecase
|
set ignorecase
|
||||||
" Ignore case unless there is an uppercase letter in the pattern
|
" Ignore case unless there is an uppercase letter in the pattern
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue