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

I would like to hide the title in the preview pane because it shows the current file name but that is redundant because the cursor already shows the current file that is in the preview pane.

1 Answer

0 votes
by

It's not configurable. In some cases it duplicates information but at least with %q macro it provides information which is otherwise can't be seen.

by

Thanks! maybe a feature request then, just joking :)

by

There could be an option to customize it, but it would have to take more things into account:

  • current previewer
  • file/directory paths
  • source of the preview (to handle %q vs. usual preview)
  • maybe something else
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.
...