about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-15 21:33:32 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-15 21:33:32 +0100
commit1e934556f7a91cc15e78272763dab05ea16b6d78 (patch)
treee84a11d1a989bf1c551bd4a574fea5ad1b63a19b /Doc
parent13f3eec61dd806682141d45520fb4a08726831e0 (diff)
downloadzsh-1e934556f7a91cc15e78272763dab05ea16b6d78.tar.gz
zsh-1e934556f7a91cc15e78272763dab05ea16b6d78.tar.xz
zsh-1e934556f7a91cc15e78272763dab05ea16b6d78.zip
33697: new vim style vi-backward-word-end widgets
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 854510fa1..6fe7c9bf2 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1049,6 +1049,11 @@ item(tt(vi-backward-blank-word) (unbound) (B) (unbound))(
 Move backward one word, where a word is defined as a series of
 non-blank characters.
 )
+tindex(vi-backward-blank-word-end)
+item(tt(vi-backward-blank-word-end) (unbound) (unbound) (unbound))(
+Move to the end of the previous word, where a word is defined as a
+series of non-blank characters.
+)
 tindex(backward-char)
 item(tt(backward-char) (^B ESC-[D) (unbound) (unbound))(
 Move backward one character.
@@ -1069,6 +1074,10 @@ tindex(vi-backward-word)
 item(tt(vi-backward-word) (unbound) (b) (unbound))(
 Move to the beginning of the previous word, vi-style.
 )
+tindex(vi-backward-word-end)
+item(tt(vi-backward-word-end) (unbound) (unbound) (unbound))(
+Move to the end of the previous word, vi-style.
+)
 tindex(beginning-of-line)
 item(tt(beginning-of-line) (^A) (unbound) (unbound))(
 Move to the beginning of the line.  If already at the beginning