From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 15:32:29 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 E08BE16A4CE for ; Wed, 2 Mar 2005 15:32:29 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B8F43D31 for ; Wed, 2 Mar 2005 15:32:29 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so222403wri for ; Wed, 02 Mar 2005 07:32:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=jkR1avXzEvXA/FVyxoqAGiYeI5WYPQTj5WV1Fk+GA7LAqJWynCzmgHDXDpLFqx1v7XAjSGShZfyyb2VM3fP2tmgXMjlTgpST9J2LNmJr3cXfLyVJo4szVXx3/c5Kdlp7hKbU0lhryNLH/Y7TMqXxEGos5HITfEZq2Yq3LJCsovg= Received: by 10.54.20.50 with SMTP id 50mr6887wrt; Wed, 02 Mar 2005 07:32:19 -0800 (PST) Received: by 10.54.20.64 with HTTP; Wed, 2 Mar 2005 07:31:56 -0800 (PST) Message-ID: Date: Wed, 2 Mar 2005 23:31:56 +0800 From: FreeBSD MailingLists To: questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: global vimrc file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD MailingLists List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 15:32:30 -0000 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