From fd8cff4c3ff783e3190421dc38a5f9d66273deb1 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 22 Jun 2004 07:02:50 +0000 Subject: [PATCH] Document default bindings of copy-prev-shell-word. --- Doc/Zsh/zle.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.