From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 11:52:24 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8950916A4CE for ; Fri, 4 Mar 2005 11:52:24 +0000 (GMT) Received: from asmtp03.eresmas.com (asmtp03.eresmas.com [62.81.235.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F53343D49 for ; Fri, 4 Mar 2005 11:52:24 +0000 (GMT) (envelope-from ea1abz@wanadoo.es) Received: from [192.168.108.52] (helo=mx01.eresmas.com) by asmtp03.eresmas.com with esmtp (Exim 4.30) id 1D7BLy-0005DH-A6 for freebsd-questions@freebsd.org; Fri, 04 Mar 2005 12:52:22 +0100 Received: from [80.103.55.217] (helo=[80.103.55.217]) by mx01.eresmas.com with asmtp (Exim 4.41) id 1D7BLu-0005Fz-1F for freebsd-questions@freebsd.org; Fri, 04 Mar 2005 12:52:21 +0100 Message-ID: <42282F00.4040409@wanadoo.es> Date: Fri, 04 Mar 2005 10:48:48 +0100 From: Ramiro Aceves User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions References: In-Reply-To: X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Score: 0.0 (/) Subject: Re: global vimrc file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 11:52:24 -0000 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 "freebsd-questions-unsubscribe@freebsd.org" > Hello Just a suggestion. That kind of questions can always be solved typing "man vim", and looking for the "FILES" section. Enjoy Ramiro