vi Editor Commands
Search
* Set the ic option in Vim before the search (case-insensitive):
:set ic
* To go back to case-sensitive searches use:
* To go back to case-sensitive searches use:
:set noic
ic is shorthand for ignorecase
ic is shorthand for ignorecase
No comments:
Post a Comment