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

how can I achieve that? I read about file name modifiers in the manual but I can't get if I can use that in my case, this is not working:

set status="%f:e"

thank you

1 Answer

0 votes
by

The modifiers aren't supported in 'statusline', although hard to say why that's still the case. You can work around it by using %{expand('%f:e')}.

by

got it, thank you <3

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.
...