diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2004-06-22 07:02:50 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2004-06-22 07:02:50 +0000 |
| commit | fd8cff4c3ff783e3190421dc38a5f9d66273deb1 (patch) | |
| tree | 7eb49a233b7c7d328ae2e86228af5dbc2d02bcb6 /Doc | |
| parent | Previously uncommitted bits of 19785. (diff) | |
| download | zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar.gz zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar.bz2 zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar.lz zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar.xz zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.tar.zst zsh-fd8cff4c3ff783e3190421dc38a5f9d66273deb1.zip | |
Document default bindings of copy-prev-shell-word.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 2976cc6b5..caabc9aaf 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1233,7 +1233,7 @@ item(tt(copy-prev-word) (ESC-^_) (unbound) (unbound))( Duplicate the word to the left of the cursor. ) tindex(copy-prev-shell-word) -item(tt(copy-prev-shell-word) (ESC-^_) (unbound) (unbound))( +item(tt(copy-prev-shell-word))( Like tt(copy-prev-word), but the word is found by using shell parsing, whereas tt(copy-prev-word) looks for blanks. This makes a difference when the word is quoted and contains spaces. |
