From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 09:46:22 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 91DDC37B401 for ; Wed, 16 Apr 2003 09:46:22 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.64.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927AB43FBD for ; Wed, 16 Apr 2003 09:46:21 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.85.164 ([207.179.85.164]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 16 Apr 2003 12:47:12 -0400 From: taxman To: Jerry McAllister Date: Wed, 16 Apr 2003 12:50:14 -0400 User-Agent: KMail/1.5 References: <200304161607.h3GG7kc9011600@clunix.cl.msu.edu> In-Reply-To: <200304161607.h3GG7kc9011600@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304161250.14326.taxman@acd.net> X-OriginalArrivalTime: 16 Apr 2003 16:47:12.0758 (UTC) FILETIME=[D4461160:01C30437] cc: Dino Tose cc: freebsd-questions@freebsd.org Subject: Re: quick vi reference (was: How to turn on telnet on server.) 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: Wed, 16 Apr 2003 16:46:22 -0000 On Wednesday 16 April 2003 12:07 pm, Jerry McAllister wrote: > > On Tuesday 15 April 2003 03:38 pm, Dino Tose wrote: > > > I would like to thank everyone that responded to this > > > email. > > > I understood most of it. I am still new to Unix OS and > > > commands I understand VI very little. I know how to > > > get into it but modifying a coment and things like > > > > man vi will show you all the commands. You can also google for a quick > > vi reference. just make sure to keep track of and understand the > > difference between command and input mode. esc gets you to command, i > > gets you to insert. you can only be in one or the other. > > I have a web page intended for beginning vi users. The language is > slightly less formal and thus more accessible for new users. URL is: > > http://scnc.k12.mi.us/howto/edit/vi.html Hey that's pretty darned good. definitely a keeper link Thanks