From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10069 invoked from network); 17 Jul 2000 12:26:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Jul 2000 12:26:57 -0000 Received: (qmail 11971 invoked by alias); 17 Jul 2000 12:26:18 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3288 Received: (qmail 11964 invoked from network); 17 Jul 2000 12:26:18 -0000 Date: Mon, 17 Jul 2000 14:26:15 +0200 From: Matthias Kopfermann To: zsh-users@sunsite.auc.dk Subject: wanted: viins-mode and digit argument with a,i,A and such Message-ID: <20000717142615.A2063@linux-ws.kg-hittfeld.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i hi all! when i use bindkey -e, i can insert one character 10 times with ESC 10 . With vi one normally uses something like 10i. This is not possible with ZSH ( bindkey -v set ). One real advantage of bindkey -e here. Has someone thought about inventing something like it? (BTW: the bash cannot do it, too. nor can tcsh.) Until now i just switch to EMACS-mode but of course it would be something, if this usual vi-behavior was possible. Matthias