From: Melvin on
Hi,

Anyone knows what is the commnd I should add in .vimrc for making
case insensitive searches.
(: set ic command, but how to make this default?)

Thanks
gvim baby


From: Jean-Rene David on
* Melvin [2010.05.07 04:11]:
> Anyone knows what is the commnd I should add in .vimrc for making
> case insensitive searches.
> (: set ic command, but how to make this default?)

You won't believe how close you are. Put:

set ic

in your .vimrc.

--
JR
From: Melvin on
On May 7, 9:40 am, Jean-Rene David <jrda...(a)magma.ca.INVALID> wrote:
> * Melvin [2010.05.07 04:11]:
>
> >    Anyone knows what is the commnd I should add in .vimrc for making
> > case insensitive searches.
> > (: set ic command, but how to make this default?)
>
> You won't believe how close you are. Put:
>
> set ic
>
> in your .vimrc.
>
> --
> JR

Thankx :-)