I remapped da to dA in order to be able to later create mapping for daf and dad to delete all files and directories.
nnoremap dA da<cr>
I just tried dA and selected n in the delete confirmation dialog and vifm crashed:
ifm: event_loop.c:248: event_loop: Assertion `counter <= input_buf_pos' failed.
Aborted (core dumped)
Am I doing it wrong?
Thank you