--- rxvt-unicode/README.FAQ 2006/01/12 05:37:34 1.25 +++ rxvt-unicode/README.FAQ 2006/01/12 23:11:23 1.26 @@ -1,4 +1,19 @@ FREQUENTLY ASKED QUESTIONS + The new selection selects pieces that are too big/too small, can I + change this? + Yes. For example, if you want to select smaller pieces ("words") you + can use the following resource: + + URxvt.selection.pattern-0: ([[:word:]]+) + + If you click more than twice, the selection will be extended more + and more. + + To get a selection that is very similar to the old code, try this + pattern: + + URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) + I don't like the new selection/popups/hotkeys/perl, how do I change/disable it? You can disable the perl extension completely by setting the