diff options
author | Bart Schaefer <schaefer@ipost.com> | 2021-09-08 16:06:37 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@ipost.com> | 2021-09-08 16:06:37 -0700 |
commit | 68c0fa68e2888ee26d082a2b2ba42d5f4d95374b (patch) | |
tree | 101643765fd06e44b37991037a725213083326b9 | |
parent | 344d471c26aab7b042bf1b9a13d3fa11e5dbfba0 (diff) | |
download | zsh-68c0fa68e2888ee26d082a2b2ba42d5f4d95374b.tar.gz zsh-68c0fa68e2888ee26d082a2b2ba42d5f4d95374b.zip |
49391: Document default bracketed-paste bindings
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. |