Use case insensitive search by default again (and add /C to make it case sensitive)

This commit is contained in:
Kevin MacMartin 2024-03-15 16:12:14 -04:00
parent 98c76dea47
commit 5c40f3e762

View file

@ -99,7 +99,7 @@
set history=250 "size of the undo history
set whichwrap=b,s,<,>,[,] "scrolling left/right off current line wraps to the next/previous
set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs
set hlsearch incsearch smartcase "configure how search behaves
set hlsearch incsearch ignorecase smartcase "configure how search behaves
set timeout timeoutlen=500 "how long before timing out for mappings
set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes
set nomodeline "disable the use of file-based modelines as these are insecure