Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
+2 votes
in vifm by

Is there a way to disable the warning when deleting files?

1 Answer

+3 votes
by
 
Best answer

'confirm' option controls this. If you want to remove confirmation for deletion into trash only (e.g. on dd) put this into your vifmrc:

set confirm-=delete

If you don't want confirmation on permanent deletion as well (e.g. on DD) do this:

set confirm-=delete,permdelete
...