summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/ranger.19
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index c2a8e243..beb580c6 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -86,14 +86,15 @@ S
 Open a shell in the current directory
 .TP
 yy
-Yank the selection.  (mark the files as copied)
+Yank the selection to the "copy" buffer and mark them as to be copied
 .TP
 dd
-Cut the selection
+Cut the selection to the "copy" buffer and mark them as to be moved
 .TP
 pp
-Paste the copied/cut files.  By default, this will not overwrite existing
-files.  To overwrite them, use \fBpo\fR.
+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 \fBpo\fR.
 .TP
 m\fIX\fR
 Create a bookmark with the name \fIX\fR
tory organization' href='/akkartik/mu/commit/313index-bounds-check.subx?h=hlt&id=71e4f3812982dba2efb471283d310224e8db363e'>71e4f381 ^
a8dd0d40 ^
e74050ad ^
888b4cd8 ^


e74050ad ^

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