From 68c0fa68e2888ee26d082a2b2ba42d5f4d95374b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 8 Sep 2021 16:06:37 -0700 Subject: 49391: Document default bracketed-paste bindings --- ChangeLog | 2 ++ Doc/Zsh/zle.yo | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35f337f6e..81975d5ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2021-09-08 Bart Schaefer + * 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. -- cgit v1.3.1