Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer a new way to resolve file conflict on copying #967

Open
jose1711 opened this issue Dec 14, 2023 · 1 comment
Open

Offer a new way to resolve file conflict on copying #967

jose1711 opened this issue Dec 14, 2023 · 1 comment

Comments

@jose1711
Copy link

Currently a user is presented with the following options:

  • rename
  • skip (all)
  • append
  • overwrite (all)

I would like to see another option: rename original file at the destination (i. e. make it possible to create a copy of the current file).

@xaizek
Copy link
Member

xaizek commented Dec 16, 2023

rename original file at the destination

(i. e. make it possible to create a copy of the current file).

Doing the former doesn't automatically entail the latter. Cloning a file like that is a special case.

There is a TODO entry for the former for years now (added by me, never came up anywhere).

Mind that explicit cloning might be more convenient to do via :clone command, which is also bound to C key (the clone needs to be renamed afterwards).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants