Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Pasting a line end doesn't work anymore



On Tue, Jun 30, 2015 at 11:32 AM, Helmut Jarausch
<jarausch@xxxxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> after the last upgrade (GIT 27.06.2015) the following doesn't work anymore.
>
> If I paste some lines (including end-of-line) into an xterm the commands aren't executed unless
> I enter <ENTER> on my keyboard in addition.
>
> Is this an intended change? I didn't change my installed xterm for quite a while.

If you do indeed want to revert this change, the following in your
.zshrc should do the trick:
unset zle_bracketed_paste

and it's harmless to have this in the rc for older zsh version too.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author