1 Comment
User's avatar
Roni's avatar

You can also use `\C` in your search pattern to force case-sensitive matching. With `smartcase` set, using `\C` with an all-lowercase pattern will let you search for only the lowercase version.

Expand full comment