Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Enhanced history-incremental-search



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