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

Answer by pbogut for How to do case insensitive search in Vim

$
0
0

As @huyz mention sometimes desired behavior is using case-insensitive searches but case-sensitive substitutions. My solution for that:

nnoremap / /\cnnoremap ? ?\c

With that always when you hit / or ? it will add \c for case-insensitive search.


Viewing all articles
Browse latest Browse all 17

Trending Articles



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