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

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.

1 Answer

0 votes
by
selected by
 
Best answer

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.

by

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

by

Supporting mappings isn't that hard, just didn't want to make it delay a release as it's not essential.

If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...