> I hate visual mode. therefor I put
> set mouse=n
> 
>  in ~/.vimrc
> 
> but it is being ignored. if I type
> 
> :set mouse=n
> 
> all is fine. But I do not want to type that over and over.

It sounds like everything is correct.  However, some later 
included module may be overriding your setting.  Upon starting 
Vim, use

   :verbose set mouse?

to find out where it was last set. My guess is that some item 
later in your .vimrc (or perhaps a plugin) is fouling your 
setting, so the output of the above command will direct you to 
the problem script.

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to