Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Command Completion and up-arrow
- X-seq: zsh-users 13404
- From: Corwin Zechar <czech@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Command Completion and up-arrow
- Date: Tue, 28 Oct 2008 15:49:09 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi -
In tcsh, when I put the following lines in my .tcshrc:
bindkey -k up history-search-backward
bindkey -k down history-search-forward
The effect is that when I type one or more characters and press
up-arrow, tcsh attempts to match commands in my command history to the
characters I have typed.
Is there a way to do this in zsh?
Do I need to write a completion function?
Thanks
Corwin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author