From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4974 invoked from network); 12 Dec 2003 12:46:43 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Dec 2003 12:46:43 -0000 Received: (qmail 4269 invoked by alias); 12 Dec 2003 12:46:13 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6866 Received: (qmail 4239 invoked from network); 12 Dec 2003 12:46:12 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 12 Dec 2003 12:46:12 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.141.110.11] by sunsite.dk (MessageWall 1.0.8) with SMTP; 12 Dec 2003 12:46:12 -0000 Received: from karnickel.franken.de (localhost [127.0.0.1]) by karnickel.franken.de (8.12.10/8.12.10) with ESMTP id hBCCk9xV059693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Dec 2003 13:46:09 +0100 (CET) Received: (from uucp@localhost) by karnickel.franken.de (8.12.10/8.12.2/Submit) with UUCP id hBCCk9et059692; Fri, 12 Dec 2003 13:46:09 +0100 (CET) (envelope-from jean-luc@picard.franken.de) Received: by picard.franken.de (Postfix, from userid 1001) id EF8015BA89; Fri, 12 Dec 2003 13:39:28 +0100 (CET) Date: Fri, 12 Dec 2003 13:39:28 +0100 From: Thomas =?iso-8859-1?Q?K=F6hler?= To: zzapper Cc: zsh-users@sunsite.dk Subject: Re: CLI Tricks Message-ID: <20031212123928.GA5699@picard.franken.de> Mail-Followup-To: zzapper , zsh-users@sunsite.dk References: <20031212114809.GL2710@gmx.de> <80bjtvo4667ppdaap78buup1qninkgld20@4ax.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <80bjtvo4667ppdaap78buup1qninkgld20@4ax.com> X-Operating-System: Linux X-Editor: VIM - Vi IMproved 6.2 http://www.vim.org/ X-IRC: tirc; Nick: tkoehler X-URL: http://jeanluc-picard.de/ User-Agent: Mutt/1.5.4i --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, zzapper wrote: > On Fri, 12 Dec 2003 12:48:09 +0100, Dominik Vogt > wrote: >=20 > >> > cp verylongfilename verylongfilename > > > >You want the copy-prev-word function which is by default bound to > >Esc Ctrl-_ >=20 > Is it disabled if you use bindkey -v >=20 > Cos I cant get it to work Sure. man zshzle and search for copy-prev-word - it says it's unbound for vi insert or command modes :) > EscControl_ >=20 > It works with bindkey -e >=20 > But then on my keyboard me its EscCTRLShift_ which rather negates its > usefulness!!! bindkey -M viins '^O' copy-prev-word And use ctrl-o afterwards. Or use another key which suits you better. Ciao, Thomas --=20 Thomas K=F6hler Email: jean-luc@picard.franken.de <>< WWW: http://jeanluc-picard.de IRC: tkoehler PGP public key available from Homepage! --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/2bcATEYXWMJlHuYRAn5yAJ92gTQyXb5KfYud6nV0MFV2O79fPwCdHJRF j/qlBK4J90D/o4S8m3YWXo0= =CQjr -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--