In the vi editor, which option should be set to perform case-insensitive searches for patterns?

Choose the correct answer

Explanation

The 'ic' option in vi enables case-insensitive searching, allowing the editor to ignore case differences when matching patterns. Other options like 'ai', 'sm', and 'ts' serve different purposes and do not affect case sensitivity in searches.

In the vi editor, which option should be set to perf… — Basic of linux unix | PakQuizHub