about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-17 16:32:04 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-17 16:32:04 +0100
commit0ea8f28e7b230315fe3fcca162a15258b618b0b2 (patch)
tree432e41d8dce921ae523a226be72565e68ae5b5e5 /Doc
parentc95c2ac838e04e507f8e4d9bd0ed4d966306a9b9 (diff)
downloadzsh-0ea8f28e7b230315fe3fcca162a15258b618b0b2.tar.gz
zsh-0ea8f28e7b230315fe3fcca162a15258b618b0b2.tar.xz
zsh-0ea8f28e7b230315fe3fcca162a15258b618b0b2.zip
33700: new widget for put in vim style visual selection mode
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 6fe7c9bf2..998bf4a10 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1721,6 +1721,13 @@ Insert the contents of the kill buffer after the cursor.
 If the kill buffer contains a sequence of lines (as opposed to characters),
 paste it below the current line.
 )
+tindex(put-replace-selection)
+item(tt(put-replace-selection) (unbound) (unbound) (unbound))(
+Replace the contents of the current region or selection with the
+contents of the kill buffer. If the kill buffer contains a sequence of
+lines (as opposed to characters), the current line will be split by the
+pasted lines.
+)
 tindex(quoted-insert)
 item(tt(quoted-insert) (^V) (unbound) (unbound))(
 Insert the next character typed into the buffer literally.