diff options
author | hut <hut@lavabit.com> | 2011-04-01 23:04:24 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-04-01 23:04:24 +0200 |
commit | df067336de6fba488b1b4cb450d081c3847dc13a (patch) | |
tree | 3e3689bfdc2bd4db5f22a541b48576a92d31e9d8 | |
parent | c7fcbcf76ef379e279dbfb830eecf32350de688c (diff) | |
download | ranger-df067336de6fba488b1b4cb450d081c3847dc13a.tar.gz |
Improved manpage
-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 |