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 c8a06b30d0
commit 0f5d2601c6

View file

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