diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2006-10-16 02:23:25 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2006-10-16 02:23:25 +0000 |
commit | caa53459faea2e2de3cdb1d23e83813053476d76 (patch) | |
tree | b24af723df892394ecffc232aaad19917177343e /Doc/Zsh/zle.yo | |
parent | 09e90e04dca4edf9719b2ad33b1af2397491f016 (diff) | |
download | zsh-caa53459faea2e2de3cdb1d23e83813053476d76.tar.gz zsh-caa53459faea2e2de3cdb1d23e83813053476d76.tar.xz zsh-caa53459faea2e2de3cdb1d23e83813053476d76.zip |
Doc for auto-suffix-remove/retain.
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index d2c844017..6e0d82513 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1665,6 +1665,24 @@ item(tt(accept-line-and-down-history) (^O) (unbound) (unbound))( Execute the current line, and push the next history event on the the buffer stack. ) +tindex(auto-suffix-remove) +item(tt(auto-suffix-remove))( +If the previous action added a suffix (space, slash, etc.) to the word on +the command line, remove it. Otherwise do nothing. Removing the suffix +ends any active menu completion or menu selection. + +This widget is intended to be called from user-defined widgets to enforce +a desired suffix-removal behavior. +) +tindex(auto-suffix-retain) +item(tt(auto-suffix-retain))( +If the previous action added a suffix (space, slash, etc.) to the word on +the command line, force it to be preserved. Otherwise do nothing. +Retaining the suffix ends any active menu completion or menu selection. + +This widget is intended to be called from user-defined widgets to enforce +a desired suffix-preservation behavior. +) tindex(beep) item(tt(beep))( Beep, unless the tt(BEEP) option is unset. |