summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.19
-rw-r--r--doc/ranger.pod9
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index e5400efb..c4896b2e 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -155,8 +155,8 @@ ranger is a console file manager with \s-1VI\s0 key bindings.
 .IX Header "RESOURCES"
 \&\fIThis manual\fR contains instructions on how to use and configure ranger.
 .PP
-\&\fIInside ranger\fR, you can press \fI1?\fR for a list of key bindings, \fI2?\fR for
-commands and \fI3?\fR for settings.
+\&\fIInside ranger\fR, you can press \fI?\fR for a list of key bindings, commands or
+settings.
 .PP
 The \fI\s-1README\s0\fR contains install instructions.
 .PP
@@ -166,6 +166,11 @@ The directory \fIdoc/configs\fR contains configuration files.  They are usually
 installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR and can be
 obtained with ranger's \-\-copy\-config option.
 .PP
+The directory \fIdoc/examples\fR contains reference implementations for ranger
+plugins, sample configuration files and some programs for integrating ranger
+with other software.  They are usually installed to
+\&\fI/usr/lib/python*/site\-packages/ranger/examples\fR.
+.PP
 The man page of \fIrifle\fR\|(1) describes the functions of the file opener
 .PP
 The section \fI\s-1LINKS\s0\fR of this man page contains further resources.
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 0ac79e12..5c150d7a 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -28,8 +28,8 @@ ranger is a console file manager with VI key bindings.
 
 I<This manual> contains instructions on how to use and configure ranger.
 
-I<Inside ranger>, you can press I<1?> for a list of key bindings, I<2?> for
-commands and I<3?> for settings.
+I<Inside ranger>, you can press I<?> for a list of key bindings, commands or
+settings.
 
 The F<README> contains install instructions.
 
@@ -39,6 +39,11 @@ The directory F<doc/configs> contains configuration files.  They are usually
 installed to F</usr/lib/python*/site-packages/ranger/config> and can be
 obtained with ranger's --copy-config option.
 
+The directory F<doc/examples> contains reference implementations for ranger
+plugins, sample configuration files and some programs for integrating ranger
+with other software.  They are usually installed to
+F</usr/lib/python*/site-packages/ranger/examples>.
+
 The man page of rifle(1) describes the functions of the file opener
 
 The section I<LINKS> of this man page contains further resources.
itle='Blame the previous revision' href='/akkartik/mu/blame/subx/000organization.cc?h=hlt&id=e11bec57730f5bbcd9d6780c8dec0cbd4153c50f'>^
87fe3d7a ^


248e789e ^




84ca523f ^
248e789e ^
52ea3102 ^
248e789e ^



42d2d595 ^






248e789e ^
224474d7 ^

248e789e ^
aee46a25 ^




b06d827f ^
aee46a25 ^


bcafd01f ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162