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
05'>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