diff options
author | hut <hut@lepus.uberspace.de> | 2015-07-15 00:06:02 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-10-04 01:19:01 +0200 |
commit | 1f124acd4a650a0f7ecb72c3abdd675c0c04e353 (patch) | |
tree | 60e1206f4ee1411963e6b90e4913cb6518956724 /doc | |
parent | ffc86e63f325a544d533b2a605e112ebc044f90e (diff) | |
download | ranger-1f124acd4a650a0f7ecb72c3abdd675c0c04e353.tar.gz |
rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 42eca7e6..ea720903 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.7.1" "05/04/2015" "ranger manual" +.TH RANGER 1 "ranger-1.7.1" "07/15/2015" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -497,6 +497,10 @@ modern \s-1GUI\s0 programs. .IP "po" 14 .IX Item "po" Paste the copied/cut files, overwriting existing files. +.IP "pP, pO" 14 +.IX Item "pP, pO" +Like pp and po, but queues the operation so that it will be executed \fIafter\fR +any other operations. Reminder: type \f(CW\*(C`w\*(C'\fR to open the task window. .IP "pl, pL" 14 .IX Item "pl, pL" Create symlinks (absolute or relative) to the copied files diff --git a/doc/ranger.pod b/doc/ranger.pod index ab84de2c..b68595a9 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -418,6 +418,11 @@ modern GUI programs. Paste the copied/cut files, overwriting existing files. +=item pP, pO + +Like pp and po, but queues the operation so that it will be executed I<after> +any other operations. Reminder: type C<w> to open the task window. + =item pl, pL Create symlinks (absolute or relative) to the copied files |