summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-09 17:21:04 +0200
committerhut <hut@lavabit.com>2011-10-09 17:26:47 +0200
commit5db4c58ebad917ca9e99ccf9f3f8179158a7bef4 (patch)
treeb7b49eae29ac23112a7ccc39304bdf33d008e053 /doc/ranger.1
parent3ebceedb38e49f5bbf87a1ec71b1fe15bac55341 (diff)
downloadranger-5db4c58ebad917ca9e99ccf9f3f8179158a7bef4.tar.gz
Revert "ranger.1: added doc for --dont-copy-config"
This reverts commit b62f5fbe203414521461e30e70af243dc257c49c.
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.19
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index eda44728..ea816aa3 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -172,10 +172,11 @@ you open a file, ranger will exit and write the name of that file into
 .IX Item "--choosedir=targetfile"
 Allows you to pick a directory with ranger.  When you exit ranger, it will
 write the last visited directory into \fItargetfile\fR.
-.IP "\fB\-\-dont\-copy\-config\fR" 14
-.IX Item "--dont-copy-config"
-By default, ranger copies example configuration files to your configuration
-directory (usually \fI~/.config/ranger\fR.)  This option disables that feature.
+.IP "\fB\-\-copy\-config\fR=\fIfile\fR" 14
+.IX Item "--copy-config=file"
+Create copies of the default configuration files in your local configuration
+directory.  Existing ones will not be overwritten.  Possible values: \fIall\fR,
+\&\fIapps\fR, \fIcommands\fR, \fIkeys\fR, \fIoptions\fR, \fIscope\fR.
 .IP "\fB\-\-list\-unused\-keys\fR" 14
 .IX Item "--list-unused-keys"
 List common keys which are not bound to any action in the \*(L"browser\*(R" context.
href='/danisanti/profani-tty/blame/test_prof_autocomplete.c?id=718229d08cf78bd37f9bde916b61661cbbe2828b'>^
3a403046 ^
eb5b04df ^
527e739a ^


eb5b04df ^

3a403046 ^
eb5b04df ^
527e739a ^
6b830277 ^
527e739a ^
eb5b04df ^

3a403046 ^
eb5b04df ^
527e739a ^
e3f2ca7d ^
f5338158 ^
3a403046 ^
f5338158 ^
527e739a ^
e3f2ca7d ^
eb5b04df ^

3a403046 ^
eb5b04df ^
527e739a ^
545a23e9 ^
6b830277 ^
eb5b04df ^
a9a860cb ^
f5338158 ^
527e739a ^
eb5b04df ^

3a403046 ^
eb5b04df ^
527e739a ^
545a23e9 ^

6b830277 ^
eb5b04df ^
3a403046 ^
6bad38c2 ^
527e739a ^
eb5b04df ^

3a403046 ^
eb5b04df ^
527e739a ^
545a23e9 ^

6b830277 ^

eb5b04df ^
3a403046 ^
6bad38c2 ^
527e739a ^
eb5b04df ^

3a403046 ^
4be250ae ^
527e739a ^
545a23e9 ^

e3f2ca7d ^
4be250ae ^
e3f2ca7d ^
4be250ae ^
527e739a ^
e3f2ca7d ^
4be250ae ^

3a403046 ^
4be250ae ^
527e739a ^
545a23e9 ^

e3f2ca7d ^
4be250ae ^
e3f2ca7d ^
4be250ae ^
527e739a ^
e3f2ca7d ^
4be250ae ^

3a403046 ^
4be250ae ^
527e739a ^
545a23e9 ^

e3f2ca7d ^
4be250ae ^
e3f2ca7d ^
4be250ae ^


3a403046 ^
4be250ae ^
527e739a ^
e3f2ca7d ^
4be250ae ^
b5e01065 ^





6b830277 ^
b5e01065 ^










6b830277 ^
b5e01065 ^











6b830277 ^

b5e01065 ^











6b830277 ^

b5e01065 ^




1b9d033c ^





6b830277 ^
1b9d033c ^




6b830277 ^
















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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200