about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/ranger.136
-rw-r--r--doc/ranger.pod37
2 files changed, 52 insertions, 21 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index d3d6841c..75bacfee 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -402,6 +402,12 @@ Reload everything
 .IP "^L" 14
 .IX Item "^L"
 Redraw the screen
+.IP "i" 14
+.IX Item "i"
+Display the current file in a bigger window.
+.IP "E" 14
+.IX Item "E"
+Edit the current file in \f(CW$EDITOR\fR (\*(L"nano\*(R" by default)
 .IP "S" 14
 .IX Item "S"
 Open a shell in the current directory
@@ -409,23 +415,25 @@ Open a shell in the current directory
 Opens this man page
 .IP "yy" 14
 .IX Item "yy"
-Yank the selection to the \*(L"copy\*(R" buffer and mark them as to be copied
+Copy (yank) the selection, like pressing Ctrl+C in modern \s-1GUI\s0 programs.
 .IP "dd" 14
 .IX Item "dd"
-Cut the selection to the \*(L"copy\*(R" buffer and mark them as to be moved
+Cut the selection, like pressing Ctrl+X in modern \s-1GUI\s0 programs.
 .IP "pp" 14
 .IX Item "pp"
-Paste the files from the \*(L"copy\*(R" buffer here (by moving or copying, depending on
-how they are marked.) By default, this will not overwrite existing files.  To
-overwrite them, use \fIpo\fR.
+Paste the files which were previously copied or cut, like pressing Ctrl+V in
+modern \s-1GUI\s0 programs.
+.IP "po" 14
+.IX Item "po"
+Paste the copied/cut files, overwriting existing files.
 .IP "m\fIX\fR" 14
 .IX Item "mX"
 Create a bookmark with the name \fIX\fR
 .IP "`\fIX\fR" 14
 .IX Item "`X"
 Move to the bookmark with the name \fIX\fR
-.IP "n, N" 14
-.IX Item "n, N"
+.IP "n" 14
+.IX Item "n"
 Find the next file.  By default, this gets you to the newest file in the
 directory, but if you search something using the keys /, cm, ct, ..., it will
 get you to the next found entry.
@@ -439,6 +447,11 @@ Change the sort method (like in mutt)
 .IX Item "zX"
 Change settings.  See the settings section for a list of settings and their
 hotkey.
+.IP "u\fI?\fR" 14
+.IX Item "u?"
+Universal undo-key.  Depending on the key that you press after \*(L"u\*(R", it either
+restores closed tabs (uq), removes tags (ut), clears the copy/cut buffer (ud),
+starts the reversed visual mode (uV) or clears the selection (uv).
 .IP "f" 14
 .IX Item "f"
 Quickly navigate by entering a part of the filename.
@@ -447,10 +460,11 @@ Quickly navigate by entering a part of the filename.
 Mark a file.
 .IP "v" 14
 .IX Item "v"
-Toggle the mark-status of all files, unmark all files.
-.IP "V, uv" 14
-.IX Item "V, uv"
-Unmark all files
+Toggle the mark-status of all files
+.IP "V" 14
+.IX Item "V"
+Starts the visual mode, which selects all files between the starting point and
+the cursor until you press \s-1ESC\s0.  To unselect files in the same way, use \*(L"uV\*(R".
 .IP "/" 14
 Search for files in the current directory.
 .IP ":" 14
diff --git a/doc/ranger.pod b/doc/ranger.pod
index b5a14b76..c2500871 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -315,6 +315,14 @@ Reload everything
 
 Redraw the screen
 
+=item i
+
+Display the current file in a bigger window.
+
+=item E
+
+Edit the current file in $EDITOR ("nano" by default)
+
 =item S
 
 Open a shell in the current directory
@@ -325,17 +333,20 @@ Opens this man page
 
 =item yy
 
-Yank the selection to the "copy" buffer and mark them as to be copied
+Copy (yank) the selection, like pressing Ctrl+C in modern GUI programs.
 
 =item dd
 
-Cut the selection to the "copy" buffer and mark them as to be moved
+Cut the selection, like pressing Ctrl+X in modern GUI programs.
 
 =item pp
 
-Paste the files from the "copy" buffer here (by moving or copying, depending on
-how they are marked.) By default, this will not overwrite existing files.  To
-overwrite them, use I<po>.
+Paste the files which were previously copied or cut, like pressing Ctrl+V in
+modern GUI programs.
+
+=item po
+
+Paste the copied/cut files, overwriting existing files.
 
 =item mI<X>
 
@@ -345,7 +356,7 @@ Create a bookmark with the name I<X>
 
 Move to the bookmark with the name I<X>
 
-=item n, N
+=item n
 
 Find the next file.  By default, this gets you to the newest file in the
 directory, but if you search something using the keys /, cm, ct, ..., it will
@@ -364,6 +375,12 @@ Change the sort method (like in mutt)
 Change settings.  See the settings section for a list of settings and their
 hotkey.
 
+=item uI<?>
+
+Universal undo-key.  Depending on the key that you press after "u", it either
+restores closed tabs (uq), removes tags (ut), clears the copy/cut buffer (ud),
+starts the reversed visual mode (uV) or clears the selection (uv).
+
 =item f
 
 Quickly navigate by entering a part of the filename.
@@ -374,11 +391,12 @@ Mark a file.
 
 =item v
 
-Toggle the mark-status of all files, unmark all files.
+Toggle the mark-status of all files
 
-=item V, uv
+=item V
 
-Unmark all files
+Starts the visual mode, which selects all files between the starting point and
+the cursor until you press ESC.  To unselect files in the same way, use "uV".
 
 =item /
 
@@ -388,7 +406,6 @@ Search for files in the current directory.
 
 Open the console.
 
-
 =item Alt-I<N>
 
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
5'>^
41fe8c22 ^
424f52c3 ^
d853284f ^
c1ee75da ^
0a57c4de ^
f6fa63b3 ^
ccabc08f ^
88f423af ^
c1ee75da ^
0a57c4de ^
3ae74fea ^


d5e9ca64 ^





d5e9ca64 ^
d39e48ba ^

3a3933ef ^
d0397f3d ^
3ae74fea ^
3ae74fea ^

3ae74fea ^

ccabc08f ^
3ae74fea ^


9d94ac5c ^
c8a6bdb3 ^
518b6721 ^
518b6721 ^
6d807003 ^
f9a7e350 ^

ccabc08f ^
518b6721 ^


9d94ac5c ^
c8a6bdb3 ^
01bdc6ae ^
01bdc6ae ^

ccabc08f ^
01bdc6ae ^


9d94ac5c ^
c8a6bdb3 ^
c1ee75da ^
107fdd35 ^
6d807003 ^
f9a7e350 ^

ccabc08f ^
107fdd35 ^
c1ee75da ^

9d94ac5c ^
c8a6bdb3 ^
d300e8e7 ^
107fdd35 ^

defa955a ^
107fdd35 ^

59a3a5fe ^

107fdd35 ^

6d807003 ^
107fdd35 ^

defa955a ^
107fdd35 ^


4a8db64d ^
9dd5456f ^
107fdd35 ^
2d28725c ^
107fdd35 ^

ccabc08f ^
107fdd35 ^

d5e9ca64 ^


d39e48ba ^
d5e9ca64 ^
defa955a ^
d5e9ca64 ^
01181780 ^
9dd5456f ^
d5e9ca64 ^
9dd5456f ^

9d94ac5c ^
c8a6bdb3 ^
9dd5456f ^
107fdd35 ^

defa955a ^
107fdd35 ^

9dd5456f ^
107fdd35 ^

9dd5456f ^
107fdd35 ^
d5e9ca64 ^
107fdd35 ^
6d807003 ^
107fdd35 ^

defa955a ^
107fdd35 ^


9dd5456f ^

2d28725c ^
107fdd35 ^

ccabc08f ^
107fdd35 ^

9dd5456f ^

d5e9ca64 ^
d39e48ba ^
d5e9ca64 ^
defa955a ^
d5e9ca64 ^
01181780 ^
d5e9ca64 ^



d39e48ba ^

15c78205 ^






d39e48ba ^
15c78205 ^


d1c71e98 ^
24c3eff4 ^
defa955a ^
6cf06dc5 ^
15c78205 ^
d39e48ba ^
15c78205 ^



a2a18789 ^
15c78205 ^



1423ee7a ^




15c78205 ^


01bdc6ae ^
a2a18789 ^
01bdc6ae ^
a2a18789 ^
01181780 ^
0e5d277c ^
15c78205 ^




defa955a ^
15c78205 ^


2e0bc27b ^
d017999a ^
15c78205 ^
a2a18789 ^
db973457 ^
a2a18789 ^
db973457 ^
01181780 ^
db973457 ^

8aba52f4 ^
db973457 ^
15c78205 ^

70b923a7 ^

d39e48ba ^
15c78205 ^

d39e48ba ^

15c78205 ^
24c3eff4 ^
15c78205 ^
f69ccbf0 ^
d39e48ba ^
f69ccbf0 ^

15c78205 ^
f69ccbf0 ^

15c78205 ^
f69ccbf0 ^




15c78205 ^
f69ccbf0 ^

d017999a ^
f69ccbf0 ^




15c78205 ^
2e0bc27b ^
15c78205 ^
f69ccbf0 ^


15c78205 ^

f69ccbf0 ^

15c78205 ^

f69ccbf0 ^

d39e48ba ^
15c78205 ^

c8a6bdb3 ^
2e0bc27b ^
d017999a ^



defa955a ^
d017999a ^

defa955a ^
d017999a ^






f9a7e350 ^
3a3933ef ^









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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341