Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Enhanced history-incremental-search
- X-seq: zsh-users 27959
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Enhanced history-incremental-search
- Date: Tue, 16 Aug 2022 11:41:09 +0100
- Archived-at: <https://zsh.org/users/27959>
- List-id: <zsh-users.zsh.org>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxx>
- Reply-to: dominik.vogt@xxxxxx
I'd like to have a context sensitive kind of
history-incremental-search-*.
Assuming the history has the following entries:
(1) cd /foo/bar/baz
(2) xpdf foo.pdf
Typing
$ cd <ctrl-r>foo
should find only (1).
$ x<ctrl-r>foo
should find (2).
$ <ctrl-r>foo<crtl-r>
should cycle through both results.
Ciao
Dominik ^_^ ^_^
--
Dominik Vogt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author