diff options
author | hut <hut@lavabit.com> | 2011-04-01 23:04:24 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-04-03 16:31:26 +0200 |
commit | 2c309379ac09dabb8b1043ae0ad652dc47657649 (patch) | |
tree | dfc66cfac197a5b9a5d40582a3e12b0b7725ba89 /doc/ranger.1 | |
parent | 9755f3b036e154d7b6f1efff9f83a7043859a398 (diff) | |
download | ranger-2c309379ac09dabb8b1043ae0ad652dc47657649.tar.gz |
Improved manpage
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 9 |
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 |