Quantcast
Channel: How to do case insensitive search in Vim - Stack Overflow
Viewing all articles
Browse latest Browse all 17

Answer by Nathan Fellman for How to do case insensitive search in Vim

$
0
0

You can set the ic option in Vim before the search:

:set ic

To go back to case-sensitive searches use:

:set noic

ic is shorthand for ignorecase


Viewing all articles
Browse latest Browse all 17

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>