about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-09-08 16:06:37 -0700
committerBart Schaefer <schaefer@ipost.com>2021-09-08 16:06:37 -0700
commit68c0fa68e2888ee26d082a2b2ba42d5f4d95374b (patch)
tree101643765fd06e44b37991037a725213083326b9
parent344d471c26aab7b042bf1b9a13d3fa11e5dbfba0 (diff)
downloadzsh-68c0fa68e2888ee26d082a2b2ba42d5f4d95374b.tar.gz
zsh-68c0fa68e2888ee26d082a2b2ba42d5f4d95374b.tar.xz
zsh-68c0fa68e2888ee26d082a2b2ba42d5f4d95374b.zip
49391: Document default bracketed-paste bindings
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/zle.yo2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35f337f6e..81975d5ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-09-08  Bart Schaefer  <schaefer@zsh.org>
 
+	* 49391: Doc/Zsh/zle.yo: document default bracketed-paste bindings
+
 	* 49389: Completion/Zsh/Command/_typeset: leading variables in
 	autoload file completion
 
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 9694a1f74..6d517b81b 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2222,7 +2222,7 @@ item(tt(beep))(
 Beep, unless the tt(BEEP) option is unset.
 )
 tindex(bracketed-paste)
-item(tt(bracketed-paste))(
+item(tt(bracketed-paste) (tt(^[[200~)) (tt(^[[200~)) (tt(^[[200~)))(
 This widget is invoked when text is pasted to the terminal emulator. It
 is not intended to be bound to actual keys but instead to the special
 sequence generated by the terminal emulator when text is pasted.