From bedb61fd999b87948d30987302362b3c07302132 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 12 Aug 2016 12:54:34 +0100 Subject: 39029: document transpose-words change --- Doc/Zsh/zle.yo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doc/Zsh/zle.yo') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index eaca1b3b1..fad5e15fa 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1948,6 +1948,12 @@ to the left. tindex(transpose-words) item(tt(transpose-words) (tt(ESC-T ESC-t)) (unbound) (unbound))( Exchange the current word with the one before it. + +With a positive numeric argument em(N), the word before the cursor is +transposed with the following em(N) words. + +With a negative numeric argument em(-N), the word after the cursor +is transposed with the preceding em(N) words. ) tindex(vi-unindent) item(tt(vi-unindent) (unbound) (tt(<)) (unbound))( -- cgit 1.4.1