1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00

36186: FAQ (3.24): Update for bracketed paste

This commit is contained in:
Daniel Shahaf 2015-08-17 21:52:19 +00:00
parent fb063f9649
commit c799e01c68
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-08-17 Daniel Shahaf <d.s@daniel.shahaf.name>
* 36186: Etc/FAQ.yo: FAQ (3.24): Update for bracketed paste
2015-08-17 Mikael Magnusson <mikachu@gmail.com>
* 36172: Completion/Unix/Command/_imagemagick: Use $formats a

View file

@ -1702,11 +1702,17 @@ sect(What's wrong with cut and paste on my xterm?)
already active, and needs to be turned off when the first command is
executed. The shell doesn't even know if the remaining text is input
to a command or for the shell, so there's simply nothing it can do.
However, if you have problems you can trick it: type `tt({)' on a line
by itself, then paste the input, then type `tt(})' on a line by
itself. The shell will not execute anything until the final brace is
read; all input is read as continuation lines (this may require the
fixes referred to above in order to be reliable).
As of 5.0.9, this trick is not necessary on terminal emulators that
support the em(bracketed paste) feature (this includes most modern
terminal emulators). See the description of tt($zle_bracketed_paste)
in the tt(zshparam) manual page for details.
)