diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-03-28 16:54:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-03-28 16:54:21 +0000 |
commit | 19a8356ff15c071bbbdf7321efb873f0abcba37f (patch) | |
tree | 92eca1d7bb26fd9e3e60226e88b35714ea470f46 /Doc/Zsh/zle.yo | |
parent | 3052985d1fe4939ba571e942b9ff76ea9f59593a (diff) | |
download | zsh-19a8356ff15c071bbbdf7321efb873f0abcba37f.tar.gz zsh-19a8356ff15c071bbbdf7321efb873f0abcba37f.tar.xz zsh-19a8356ff15c071bbbdf7321efb873f0abcba37f.zip |
Add `bindkey -p'
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 7c30b6802..87e5182b3 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -195,6 +195,10 @@ if the tt(-e) or tt(-v) option is used alone, the keymap is em(not) displayed - the implicit linking of keymaps is the only thing that happens.) +When the option tt(-p) is used, the var(in-string) must be present. +The listing shows all bindings which have the given key sequence as a +prefix, not including any bindings for the key sequence itself. + When the tt(-L) option is used, the list is in the form of tt(bindkey) commands to create the key bindings. ) |