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
edited by

I'm trying to setup a filetype option but I'm missing something on this:

filetype {*.gif},<image/*> echo "text to display"

because it's printed on the shell and not on the vifm status bar, already tried with :echo to no avail

edit:
I'm trying to make this work

%S Show command output in the status bar.

edit2: solved

filetype {*.gif},<image/*> echo "text to display" %S

Your answer

Preview

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
Please answer the question:
To avoid this verification in future, please log in or register.
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.
...