How do I override Vim's case sensitivity for a single search without changing the global ignorecase setting?
/\c
Vim lets you override the ignorecase and smartcase settings on a per-search basis using the \c (case-insensitive) and \C (case-sensitive) atoms directly inside