ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.41 by root, Thu Jan 12 23:11:23 2006 UTC vs.
Revision 1.42 by root, Thu Jan 12 23:16:31 2006 UTC

18 The newest version of this document is also available on the World Wide 18 The newest version of this document is also available on the World Wide
19 Web at 19 Web at
20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
21 21
22FREQUENTLY ASKED QUESTIONS 22FREQUENTLY ASKED QUESTIONS
23 The new selection selects pieces that are too big/too small, can I 23 The new selection selects pieces that are too big, how can I select
24 change this? 24 single words?
25 Yes. For example, if you want to select smaller pieces ("words") you 25 Yes. For example, if you want to select alphanumeric words, you can
26 can use the following resource: 26 use the following resource:
27 27
28 URxvt.selection.pattern-0: ([[:word:]]+) 28 URxvt.selection.pattern-0: ([[:word:]]+)
29 29
30 If you click more than twice, the selection will be extended more 30 If you click more than twice, the selection will be extended more
31 and more. 31 and more.
32 32
33 To get a selection that is very similar to the old code, try this 33 To get a selection that is very similar to the old code, try this
34 pattern: 34 pattern:
35 35
36 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+) 36 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
37
38 Please also note that the *LeftClick Shift-LeftClik* combination
39 also selects words like the old code.
37 40
38 I don't like the new selection/popups/hotkeys/perl, how do I 41 I don't like the new selection/popups/hotkeys/perl, how do I
39 change/disable it? 42 change/disable it?
40 You can disable the perl extension completely by setting the 43 You can disable the perl extension completely by setting the
41 perl-ext-common resource to the empty string, which also keeps 44 perl-ext-common resource to the empty string, which also keeps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines