diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-11 10:06:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-11 10:06:40 +0000 |
commit | 2a78c248425635ebeca509097a92f5e190174813 (patch) | |
tree | b39aecc28faad0aa51ddfb8e2817cccc34d8242f /Doc/Zsh/contrib.yo | |
parent | 18530897142b1b8031b2028954415a5b98550388 (diff) | |
download | zsh-2a78c248425635ebeca509097a92f5e190174813.tar.gz zsh-2a78c248425635ebeca509097a92f5e190174813.tar.xz zsh-2a78c248425635ebeca509097a92f5e190174813.zip |
*** empty log message ***
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index eb5f202da..77abc97a0 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -316,6 +316,20 @@ followed by an appropriate tt(bindkey) command to associate the function with a key sequence. Suggested bindings are described below. startitem() +tindex(cycle-completion-positions) +item(tt(cycle-completion-positions))( +After inserting an unambiguous string into the command line, the new +function based completion system may know about multiple places in +this string where characters are missing or differ from at least one +of the possible matches. It will then place the cursor on the +position it considers to be the most interesting one, i.e. the one +where one can disambiguate between as many matches as possible with as +little typing as possible. + +This widget allows to easily move the cursor to the other interesting +spots. It can be invoked repeatedly to cycle between all positions +reported by the completion system. +) tindex(edit-command-line) item(tt(edit-command-line))( Edit the command line using your visual editor, as in tt(ksh). |