From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18182 invoked by alias); 7 Jun 2010 17:11:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15098 Received: (qmail 11072 invoked from network); 7 Jun 2010 17:11:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qRIcfmQPJfoES0ZqgN6CEEiv8FVr5JDbQFkJtyZKGVk=; b=Mbkqw7QigGxlgGlgKAIdRC4eKF8G3xkayoY/i3HnUol6kKxfAhptfkdM4HhFsnJhNA CR+AdQkrJ85zA797d/8FistQvVD+ZfXQNtTF7RflS37Xg9DF/Hfvne7Hrrqpt4gA3DUU IFWclYSfP4W3Qt/BSJcgg1FMpEDybl/rcodO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LYMQkeIeU+v4yeaRBKy4u5wlI32633x1RZA7MBToiT3B/B3imi1ehxG4iUd2Z2wVKp YmzWyX7wJ8PE2r78Empt7wtZ/BPeopF/sRDJErWVOcr10WUyUcB0XLp8olACiTSLemwT 2A1WVhjKloobPABaBMYLk+4bwAQHVdnhCMxrY= MIME-Version: 1.0 In-Reply-To: <20100605192316.GB26738@a-oben.org> References: <20100605192316.GB26738@a-oben.org> Date: Mon, 7 Jun 2010 19:11:37 +0200 Message-ID: Subject: Re: Assorted questions From: Mikael Magnusson To: Simon Friedberger Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 5 June 2010 21:23, Simon Friedberger wrote: > Hello everybody, > > I'll just make a list with my questions. :) > > a) accept-and-hold seems to be the same as ^p It's possibly more useful in conjunction with ^o (accept-line-and-down-history) where it's important you stay in the same place in history, not the new copy at the end of the history. accept-and-hold also keeps the cursor position while ^p puts you on the end of the line, which is annoying if you're changing some parameter in the middle. -- Mikael Magnusson