On 1/5/13, Moritz Wilhelmy <[email protected]> wrote: > Attached is a snippet which escapes my tmux prefix character ` by replacing > it by `` whenever I paste text into tmux.
Did you know that urxvt already supports "bracketed paste mode", which can be enabled by some escape sequence and it makes urxvt surround pasted text with some escape sequence so programs can detect it? Look it up in the utxvt(7) manpage. Some editors already support this. Maybe you should teach tmux to handle this. (Note though that there are two different such paste modes, probably each of them was invented without knowing the other, and urxvt supports only one of them.) Ambrus _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
