summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-22 01:01:53 +0100
committerhut <hut@lavabit.com>2013-02-22 01:01:53 +0100
commit05e867b9146d7995d96a93ce3634a60ce81f698b (patch)
tree23ded5d7cb593f918c4932ca00d333df2e4c4abc
parent9bc0f18ed1c17a180e72e1c710b7cc6bcdc45e23 (diff)
downloadranger-05e867b9146d7995d96a93ce3634a60ce81f698b.tar.gz
doc/ranger.1: update KEY BINDINGS section
-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
tik K. Agaram <vc@akkartik.com> 2017-03-02 04:41:24 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2017-03-02 04:41:24 -0800 3749' href='/akkartik/mu/commit/html/003trace.cc.html?h=main&id=a802f0cedc7b5580d746f46ae62fcf8074ae3c49'>a802f0ce ^
fd7d8138 ^

a802f0ce ^





fd7d8138 ^



a802f0ce ^
fd7d8138 ^








5fe060d5 ^
fd7d8138 ^















a802f0ce ^
fd7d8138 ^

e520e798 ^
fd7d8138 ^









1a4de9dd ^



e4ac3c9e ^
1a4de9dd ^

e4ac3c9e ^


1a4de9dd ^


e4ac3c9e ^




1a4de9dd ^







e4ac3c9e ^


1a4de9dd ^









e4ac3c9e ^
1a4de9dd ^


e4ac3c9e ^
1a4de9dd ^










e4ac3c9e ^
1a4de9dd ^















104e521c ^
e4ac3c9e ^


1a4de9dd ^




e4ac3c9e ^
1a4de9dd ^



104e521c ^


1a4de9dd ^
104e521c ^



e4ac3c9e ^

104e521c ^

e4ac3c9e ^


104e521c ^
e4ac3c9e ^


104e521c ^
























e4ac3c9e ^
104e521c ^





e4ac3c9e ^

104e521c ^


e4ac3c9e ^
104e521c ^





e4ac3c9e ^
104e521c ^



e4ac3c9e ^
104e521c ^







e4ac3c9e ^
104e521c ^
e4ac3c9e ^

104e521c ^










e4ac3c9e ^

104e521c ^
e4ac3c9e ^
104e521c ^



e4ac3c9e ^

104e521c ^

e4ac3c9e ^
104e521c ^






e4ac3c9e ^

104e521c ^






e4ac3c9e ^
104e521c ^









e4ac3c9e ^
104e521c ^


e4ac3c9e ^
104e521c ^

e4ac3c9e ^
104e521c ^
















e4ac3c9e ^
104e521c ^










e4ac3c9e ^
104e521c ^
e4ac3c9e ^
104e521c ^








e4ac3c9e ^
104e521c ^
e4ac3c9e ^
104e521c ^














e4ac3c9e ^
104e521c ^

































































e4ac3c9e ^

104e521c ^




672e3e50 ^


a654e4ec ^
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500