1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

Document default bindings of copy-prev-shell-word.

This commit is contained in:
Bart Schaefer 2004-06-22 07:02:50 +00:00
parent 43c232e2a3
commit fd8cff4c3f

@ -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.