diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-12-12 14:12:55 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-12-12 14:14:00 +0100 |
commit | edb9c94025cebb853142c7e91b88c991ddd21b22 (patch) | |
tree | 144c1c98f13c0c476fe8c5755db0f02e0758cc3a /Doc/Zsh | |
parent | d067ebcacd55472f720b2765ec686a69b25c9a90 (diff) | |
download | zsh-edb9c94025cebb853142c7e91b88c991ddd21b22.tar.gz zsh-edb9c94025cebb853142c7e91b88c991ddd21b22.tar.xz zsh-edb9c94025cebb853142c7e91b88c991ddd21b22.zip |
33950: ignore KEYTIMEOUT for vi operators
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index f95264232..d49c72020 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1605,6 +1605,13 @@ Read a movement command from the keyboard, and kill from the cursor position to the endpoint of the movement. Then enter insert mode. If the command is tt(vi-change), change the current line. + +For compatibility with vi, if the command is tt(vi-forward-word) +or tt(vi-forward-blank-word), the whitespace after the word is not +included. If you prefer the more consistent behaviour with the +whitespace included use the following key binding: + +example(bindkey -a -s cw dwi) ) tindex(vi-change-eol) item(tt(vi-change-eol) (unbound) (C) (unbound))( |