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 12883
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh: complete $PATH specs / emacs keybindings when editor is vi
- Date: Thu, 29 May 2008 04:47:12 -0700
- In-reply-to: <20080529120231.78dc873e@news01>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <a6e8c1d0805290233l1aef207ap2509b2d48dff1e83@xxxxxxxxxxxxxx> <200805290942.m4T9gN3j012802@xxxxxxxxxxxxxx> <a6e8c1d0805290252i58c471bvaacf39aa0a517f76@xxxxxxxxxxxxxx> <a6e8c1d0805290343i5a4d89dfke9081410e6c05794@xxxxxxxxxxxxxx> <20080529120231.78dc873e@news01>
On May 29, 12:02pm, Peter Stephenson wrote:
}
} On Thu, 29 May 2008 11:43:15 +0100
} "Edd Barrett" <vext01@xxxxxxxxx> wrote:
} > 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).
Also predictive typing (see "info --index-search=predict zsh" or
"man zshcontrib"). With that you probably want to set some styles, so
also search through that manual section for ":predict" and look at the
possibilities. In particular you probably want to limit the set of
completers that are used for prediction.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author