diff options
author | Christian Zangl <laktak@cdak.net> | 2019-07-14 14:47:13 +0200 |
---|---|---|
committer | Christian Zangl <laktak@cdak.net> | 2019-07-14 15:05:43 +0200 |
commit | 9d817dc755285f10e556e7a100fa22f8480397ce (patch) | |
tree | 3a6aa62ced5c2e9d0f14076ae915becd65ccdec2 /doc/ranger.pod | |
parent | 669100aad83e3a51f140b6085d836a8260eda8d0 (diff) | |
download | ranger-9d817dc755285f10e556e7a100fa22f8480397ce.tar.gz |
Added a conflict parameter to the paste action
It allows you to specify 'overwrite', 'rename', or 'rename_ext' (=default) in case of a file name conflict. This obsoletes the overwrite parameter.
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index fadd4cba..17a9fdc8 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -527,6 +527,9 @@ also "da", "dr" and "dt" shortcuts equivalent to "ya", "yr" and "yt".) Paste the files which were previously copied or cut, like pressing Ctrl+V in modern GUI programs. +Conflicts will be renamed by appending an _ to the file extension. To change +this see the paste command. + =item po Paste the copied/cut files, overwriting existing files. |