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:
Bruno BELANYI 2026-02-10 15:39:16 +00:00
parent 5767c60cf2
commit cf9c77ab3f

View file

@ -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