Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bbn!papaya.bbn.com!rsalz From: rsalz@bbn.com (Richard Salz) Newsgroups: comp.unix.questions Subject: Re: Extended vi reference ! Message-ID: <176@papaya.bbn.com> Date: Wed, 16-Sep-87 10:33:59 EDT Article-I.D.: papaya.176 Posted: Wed Sep 16 10:33:59 1987 Date-Received: Fri, 18-Sep-87 07:19:25 EDT References: <1117@ark.cs.vu.nl> Reply-To: rsalz@bbn.com (Richard Salz) Organization: BBN Laboratories, Cambridge MA Lines: 17 The extended summary is pretty nice, but has a couple of errors. U undo all changes to current line. If you edit a line heavily, then move off it, U doesn't work. f F t T ; Can be given a repeat count, in all contexts (e.g., d3fX works and is the same as 3dfX). ^^D (uparrow ^D) removes all indentation for one line, then restores current indent. Useful when entering code and you want to put in an #ifdef or such. All these summaries are nice and all, but folks: The "Introduction to Display Editing with VI" found with your Unix documentation really covers all this pretty well -- check out the command summary at the end. /r$ -- For comp.sources.unix stuff, mail to sources@uunet.uu.net.