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/vimr

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 scroll

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 th

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 thin

global vimrc file

2005-03-02 Thread FreeBSD MailingLists
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 depend