Re: global vimrc file

2005-03-04 Thread Ramiro Aceves
FreeBSD MailingLists wrote:
I have the following ~/.vimrc
syn on
set incsearch
set ignorecase
set smartcase
set scrolloff=2
set wildmode=longest,list
I want to set this up as the default settings for my system.
under linux i think there was a way to set global vimrc settings by writing to
/etc/vimrc
or
/etc/vim/vimrc
depending on the system.
is there an equivalent file for FreeBSD?
TIA,
Tomoki Taniguchi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hello
Just a suggestion. That kind of questions can always be solved typing 
"man vim", and looking for the "FILES" section.

Enjoy
Ramiro
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: global vimrc file

2005-03-02 Thread FreeBSD MailingLists
that worked
thanks


On Wed, 2 Mar 2005 16:37:20 +0100, Daniel Gerzo <[EMAIL PROTECTED]> wrote:
> Hi FreeBSD,
> 
> Wednesday, March 2, 2005, 4:31:56 PM, you wrote these comments:
> 
> > I have the following ~/.vimrc
> 
> > syn on
> > set incsearch
> > set ignorecase
> > set smartcase
> > set scrolloff=2
> > set wildmode=longest,list
> 
> > I want to set this up as the default settings for my system.
> > under linux i think there was a way to set global vimrc settings by writing 
> > to
> > /etc/vimrc
> > or
> > /etc/vim/vimrc
> > depending on the system.
> > is there an equivalent file for FreeBSD?
> 
> /usr/local/share/vim/vimrc
> 
> --
> Best Regards,
> 
> +--==/\/\==--+   (__)  FreeBSD
> | DanGer <[EMAIL PROTECTED]> |\\\'',)  The
> | [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
> | http://danger.homeunix.org |  .\._/_)To
> +--==\/\/==--+ Serve
> 
> [ Law of Institutional Food: Everything, including corn flakes, is
> greasy. ]
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: global vimrc file

2005-03-02 Thread Nathan Kinkade
On Wed, Mar 02, 2005 at 11:31:56PM +0800, FreeBSD MailingLists wrote:
> I have the following ~/.vimrc
> 
> syn on
> set incsearch
> set ignorecase
> set smartcase
> set scrolloff=2
> set wildmode=longest,list
> 
> I want to set this up as the default settings for my system.
> under linux i think there was a way to set global vimrc settings by writing to
> /etc/vimrc
> or
> /etc/vim/vimrc
> depending on the system.
> is there an equivalent file for FreeBSD?
> 
> TIA,
> Tomoki Taniguchi

/usr/local/share/vim/vimrc

Nathan


pgptyX7Q4KTNm.pgp
Description: PGP signature


Re: global vimrc file

2005-03-02 Thread Daniel Gerzo
Hi FreeBSD,

Wednesday, March 2, 2005, 4:31:56 PM, you wrote these comments:

> I have the following ~/.vimrc

> syn on
> set incsearch
> set ignorecase
> set smartcase
> set scrolloff=2
> set wildmode=longest,list

> I want to set this up as the default settings for my system.
> under linux i think there was a way to set global vimrc settings by writing to
> /etc/vimrc
> or
> /etc/vim/vimrc
> depending on the system.
> is there an equivalent file for FreeBSD?

/usr/local/share/vim/vimrc

-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
| DanGer <[EMAIL PROTECTED]> |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
| http://danger.homeunix.org |  .\._/_)To
+--==\/\/==--+ Serve

[ Law of Institutional Food: Everything, including corn flakes, is
greasy. ]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"