Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
0 votes
in vifm by

Can :copy (F5) be modified so that it shows the conflict menu the same way it is shown when we yank and the past? Currently it only shows File "name" already exists on the commandline.

1 Answer

+1 vote
by
selected by
 
Best answer

:copy behaves differently from putting, but you can put from command-line (source):

:command! cp :yank | winrun , put
:command! mv :yank | winrun , put!

Although :put doesn't accept file names.

by

It works, thank you.
Is there a way to avoid switching back and forth between the panes?

by

No, there isn't.

...