Is it possible to bind right click on selection to execute an external command? my goal is to run dragon %f %i on right click.
dragon %f %i
Not in v0.13. As docs state:
Note: these are not available in mappings at the moment.
Mouse handling is more complicated than handling of keys and require additional changes to support user mappings.
I see. I guess I will just bind it to a keymap for now. Maybe rather than mapping them like keys, a vifm event will be easier soln, like CursorOnClickRight
Supporting mappings isn't that hard, just didn't want to make it delay a release as it's not essential.