diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 3a98df86..55944cdd 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -527,8 +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 full file name. To change -this and insert a _ before the file extension see commands.py. +Conflicts will be renamed by appending an '_' (and a counter if necessary), +resulting in F<file.ext_>. If you prefer F<file_.ext> you can use the +I<paste_ext> command from F<commands.py>. =item po |