Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: complete $PATH specs / emacs keybindings when editor is vi
- X-seq: zsh-users 12882
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh: complete $PATH specs / emacs keybindings when editor is vi
- Date: Thu, 29 May 2008 12:02:31 +0100
- In-reply-to: <a6e8c1d0805290343i5a4d89dfke9081410e6c05794@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <a6e8c1d0805290233l1aef207ap2509b2d48dff1e83@xxxxxxxxxxxxxx> <200805290942.m4T9gN3j012802@xxxxxxxxxxxxxx> <a6e8c1d0805290252i58c471bvaacf39aa0a517f76@xxxxxxxxxxxxxx> <a6e8c1d0805290343i5a4d89dfke9081410e6c05794@xxxxxxxxxxxxxx>
On Thu, 29 May 2008 11:43:15 +0100
"Edd Barrett" <vext01@xxxxxxxxx> wrote:
> On Thu, May 29, 2008 at 10:52 AM, Edd Barrett <vext01@xxxxxxxxx> wrote:
> > Works great! Thanks
>
> Come to think of it there was one other feature which I have seen a
> tcsh user using. It was the ability to start typing a command and
> recall commands from the history which match the command so far. Is
> this possible with zsh?
You've got two choices: history-beginning-search-backward (which searches
for what's behind the cursor) and history-search-backward (which searches
for the first word no matter where the cursor is). See the zshzle manual
page.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author