Tuesday, December 31, 2013

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:
:set noic
ic is shorthand for ignorecase

No comments:

Post a Comment