How to Ignore Case During Searches in VIM

Published Date Author: , Posted September 29th, 2009 at 2:06:17am

To ignore case in the searches, enter the following command:
:set ignorecase

This command can be abbreviated as:
:set ic

To turn off this feature, use:
:set noignorecase

This command can be abbreviated as:
:set noic

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.