From owner-freebsd-questions@FreeBSD.ORG Sat May 3 18:41:43 2003 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 53C0337B401 for ; Sat, 3 May 2003 18:41:43 -0700 (PDT) Received: from priv-edtnes15-hme0.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 741FE43FAF for ; Sat, 3 May 2003 18:41:42 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from [192.168.1.100] ([207.6.229.118]) by priv-edtnes15-hme0.telusplanet.netESMTP <20030504014141.RPOS19213.priv-edtnes15-hme0.telusplanet.net@[192.168.1.100]>; Sat, 3 May 2003 19:41:41 -0600 Date: Sat, 3 May 2003 18:41:19 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@a3ij25fvy80j.bc.hsia.telus.net To: William O'Higgins In-Reply-To: <20030503210831.A982@sillyrabbi> Message-ID: <20030503183904.W36781-100000@a3ij25fvy80j.bc.hsia.telus.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: vim isn't working as expected 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: Sun, 04 May 2003 01:41:43 -0000 On Sat, 3 May 2003, William O'Higgins wrote: > I am a new user of FreeBSD migrating from Red Hat Linux. There are a > few differences that I am having trouble with. > > vi - my editor of choice, and it doesn't work in the ways I expect it > to. I am used to vi being aliased to vim (which I have done in FreeBSD) > and having syntax highlighting, arrow keys, and a tell-tale line at the > bottom of the xterm to remind me which mode I'm in, which line and > position, and how much file I'm looking at. All these things are gone in > FreeBSD. Could someone tell me what I'm missing? Thanks. FreeBSD defaults to nvi; if you prefer vim you can install it from ports or packages and alias it as in linux. Cheers, Viktor