--- rxvt-unicode/src/urxvt.pm 2006/01/12 12:05:28 1.88 +++ rxvt-unicode/src/urxvt.pm 2006/01/12 12:10:06 1.89 @@ -119,14 +119,15 @@ ... For example, the following will transform selections of the form -C into C: +C, often seen in compiler messages, into C: - URxvt.selection-autotransform.0: s/^(S+):(d+):?$/vi +$2 $1\\x0d/ + URxvt.selection-autotransform.0: s/^(\\S+):(\\d+):?$/vi +$2 \\Q$1\\E\\x0d/ And this example matches the same,but replaces it with vi-commands you can -paste directory into your (vi :) editor: +paste directly into your (vi :) editor: - URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e $1\\x0d:$2\\x0d/ + URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/ =item mark-urls