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