Hi,

when using zsh 5.1+ bracketed paste mode[1] together with urxvt's scrollback search does not remove the escape sequences upon paste.

Using zsh 5.6.2 with urxvt 9.22 (both from Debian testing) without any additional configuration, pasting "test" yields this:

(escape cancels) /(?i)^[[200~test^[[201~

instead of

(escape cancels) /(?i)test

It works of course if I disable zsh's bracketed paste mode through `unset zle_bracketed_paste`, but that makes accidental pastes more dangerous, so I'd prefer to keep it on.

Is there a known workaround or fix for this?

Thank you,
Stefan


[1] https://github.com/zsh-users/zsh/blob/68405f31a043bdd5bf338eb06688ed3e1f740937/README#L38-L45

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to