diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 19:51:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-26 19:51:08 +0000 |
commit | 234c6ed193fb61379d8d7bb1ee44793ed75e15fb (patch) | |
tree | 052258e4845fba674a418729491bbc7409def824 /Doc/Zsh/zle.yo | |
parent | 607eac6efbf6b7344529c3b5c0f52f98691b41b9 (diff) | |
download | zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.gz zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.tar.xz zsh-234c6ed193fb61379d8d7bb1ee44793ed75e15fb.zip |
24878: add incremental pattern searches
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index dfd682b4f..04d195bb8 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1152,6 +1152,27 @@ numeric argument was given. The string may begin with `tt(^)' to anchor the search to the beginning of the line. The functions available in the mini-buffer are the same as for tt(history-incremental-search-backward). ) +tindex(history-incremental-pattern-search-backward) +tindex(history-incremental-pattern-search-forward) +xitem(tt(history-incremental-pattern-search-backward)) +item(tt(history-incremental-pattern-search-forward))( +These widgets behave similarly to the corresponding widgets with +no tt(-pattern), but the search string typed by the user is treated +as a pattern, respecting the current settings of the various options +affecting pattern matching. See +ifzman(FILENAME GENERATION in zmanref(zshexpn))\ +ifnzman(noderef(Filename Generation)) for a description of patterns. +If no numeric argument was given lowercase letters in the search +string may match uppercase letters in the history. The string may begin +with `tt(^)' to anchor the search to the beginning of the line. + +The prompt changes to indicate an invalid pattern; this may simply +indicate the pattern is not yet complete. + +Note that only non-overlapping matches are reported, so an expression +with wildcards may return fewer matches on a line than are visible +by inspection. +) tindex(history-search-backward) item(tt(history-search-backward) (ESC-P ESC-p) (unbound) (unbound))( Search backward in the history for a line beginning with the first |