How to Ignore Case During Searches in VIM
erics, 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
Leave Your Comment
All fields marked with "*" are required.