From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1778 invoked from network); 24 Mar 1998 19:46:11 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 24 Mar 1998 19:46:11 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id OAA04250; Tue, 24 Mar 1998 14:43:07 -0500 (EST) Resent-Date: Tue, 24 Mar 1998 14:39:13 -0500 (EST) From: Andrew Main Message-Id: <199803241938.TAA24973@taos.demon.co.uk> Subject: Re: vi command line editing To: thomas@wi3d01.informatik.uni-wuerzburg.de (Thomas Koehler) Date: Tue, 24 Mar 1998 19:38:27 +0000 (GMT) Cc: zsh-users@math.gatech.edu In-Reply-To: <19980324195745.04331@willkuere.informatik.uni-wuerzburg.de> from "Thomas Koehler" at Mar 24, 98 07:57:45 pm X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"JJnHV2.0.v_.Wl06r"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1420 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Thomas Koehler wrote: >> The versions of vi that I've seen map arrow keys in insert >> mode to "^[ka" and so on, > >Then you haven't seen vim yet (:-) Ah, but vim is not vi. Not by a long way. >> which of course doesn't work with repeat counts. > >How should it work with repeat counts anyways? If you enter a number in >input mode, it is inserted as text... I meant a repeat count on the insert command. -zefram