diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index be964b37..260ab3e3 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -541,6 +541,10 @@ 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 '_' (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 Paste the copied/cut files, overwriting existing files. |