vim-dir icon indicating copy to clipboard operation
vim-dir copied to clipboard

duplicate files/dirs if copied to the same location

Open habamax opened this issue 2 years ago • 0 comments

Something similar to what Windows explorer does.

If you copy to the same directory, ask to create a copy, generate a new name, e.g.

hello world.txt -> hello world - copy.txt

if hello world - copy.txt exists use hello world.txt - copy (1).txt

if hello world - copy (1).txt exists, increment counter and try again.

habamax avatar Jul 28 '22 08:07 habamax