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.
0 votes
in vifm by
retagged by

i have tried to insert

set confirm+=delete,permdelete

into vifmrc, but it still deletes without confirmation if i press F8

1 Answer

0 votes
by
edited by
 
Best answer

Looks like a bug, thanks. You can remap F8 in terms of ds:

nnoremap <f8> ds

It should have the same effect, but with the prompt.


UPDATE: will be fixed in the next version (after 0.9.1).

...