Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Implementing search / reverse search in vi mode on input
- X-seq: zsh-workers 37680
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Krzysztof Słonka <krzysztofslonka@xxxxxxxxx>
- Subject: Re: Implementing search / reverse search in vi mode on input
- Date: Mon, 18 Jan 2016 09:29:28 -0800
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=BijinUSEWbnvi8F2nGFg5/XFligHXT4LcKHHRrN7evQ=; b=i+MkfnHxNVYrp96hP1rI1RSDTt/n//tVOmfNYnj30YXBhDX5m1YpOlgnNh0TMhlPtb vEu1DiJCclQc2OlG3wpgSACAhIK8nVQdZ7CzwIhgkX0EQjC+oi5/eYX8o2I35nL/9I1m dtXb19JbTx9rOX3MehBzTqpkKBCcerdSzG+cI3SvXgSHejg1ioKX4aUwDhMM5VuYjWqE np72ifsu+eRTFIssQbtCq8pOH1ZGGRdNdTNZHY1qA9K6hEmNtJwDkq6xvX1DNScCaqV2 uyPkcygmnnzKm2ch+BG1fJ5emDjg33e8kp7VFJr94PRieT/Q2hSKLu8HjdUydXunc0II qyxA==
- In-reply-to: <CAHGkLJigG0kTiuhh6gevtb81gzy3DB90GzR7wtnCh2JQgD+JiA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHGkLJigG0kTiuhh6gevtb81gzy3DB90GzR7wtnCh2JQgD+JiA@mail.gmail.com>
On Mon, Jan 18, 2016 at 12:26 AM, Krzysztof Słonka
<krzysztofslonka@xxxxxxxxx> wrote:
>
> I know that by using ctrl ] + / you can search through history, but I would
> like to implement searching inside command input (the same way you can
> search in vim, / for forward search and ? for backward).
Could you explain in more detail what you mean by "command input"?
And exactly when do you want to search it, relative to the execution
of the command?
I suspect you believe the shell is involved in a part of the process
where it really is not, but I can't be sure.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author