Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
substring version of history-complete-word?
- X-seq: zsh-users 5142
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Subject: substring version of history-complete-word?
- Date: Thu, 4 Jul 2002 12:45:07 +0100
- Mail-followup-to: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
- Sender: "Adam Spiers,,07775562717,020 88 30 30 35" <adam@xxxxxxxxxxxxxxxxxxxx>
Hi all,
Is there any way of performing completion of words from history based
on a substring rather than a prefix? For example, if the word
`/usr/src/linux-2.4/Documentation/networking/netdevices.txt' is in the
history, I would like to be able to retrieve it by referring to it as
`Doc' or `2.4'. Ideally, it would be retrievable incrementally in the
same way as C-r fetches whole lines. Incidentally, as some of you may
have already guessed, the inspiration for this is iswitchb
buffer-switching in emacs.
Adam
Messages sorted by:
Reverse Date,
Date,
Thread,
Author