Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Assorted questions
- X-seq: zsh-users 15098
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Simon Friedberger <simon+zsh@xxxxxxxxxx>
- Subject: Re: Assorted questions
- Date: Mon, 7 Jun 2010 19:11:37 +0200
- Cc: zsh-users@xxxxxxx
- 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=
- In-reply-to: <20100605192316.GB26738@xxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100605192316.GB26738@xxxxxxxxxx>
On 5 June 2010 21:23, Simon Friedberger <simon+zsh@xxxxxxxxxx> wrote:
> Hello everybody,
>
> I'll just make a list with my questions. :)
>
> a) accept-and-hold seems to be the same as <ENTER>^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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author