summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorChristian Zangl <laktak@cdak.net>2019-07-14 14:47:13 +0200
committerChristian Zangl <laktak@cdak.net>2019-07-14 15:05:43 +0200
commit9d817dc755285f10e556e7a100fa22f8480397ce (patch)
tree3a6aa62ced5c2e9d0f14076ae915becd65ccdec2 /doc
parent669100aad83e3a51f140b6085d836a8260eda8d0 (diff)
downloadranger-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')
-rw-r--r--doc/ranger.pod3
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.